Class: Refinery::MenuItem

Inherits:
HashWithIndifferentAccess
  • Object
show all
Defined in:
lib/refinery/menu_item_decorator.rb

Class Method Summary collapse

Class Method Details

.attributesObject



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