class Refinery::MenuItem
Public Class Methods
attributes()
click to toggle source
# File lib/refinery/menu_item_decorator.rb, line 5 def attributes [:title, :parent_id, :lft, :rgt, :depth, :url, :menu, :menu_match, :html] end