ManageIQ/manageiq-ui-classic

View on GitHub
app/presenters/tree_node/storage.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module TreeNode
  class Storage < Node
    set_attribute(:text, &:name) # Even this is obvious, it's needed for additional changes in the C&U tree
  end
end