Class: Refinery::MenuItem
- Inherits:
-
HashWithIndifferentAccess
- Object
- HashWithIndifferentAccess
- Refinery::MenuItem
- Defined in:
- lib/refinery/menu_item_decorator.rb
Class Method Summary collapse
Class Method Details
.attributes ⇒ Object
5 6 7 |
# File 'lib/refinery/menu_item_decorator.rb', line 5 def attributes [:title, :parent_id, :lft, :rgt, :depth, :url, :menu, :menu_match, :html] end |