Skip to content

Commit

Permalink
Fixed bug in the config initializer file
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan committed Mar 26, 2013
1 parent 4a4d909 commit 2a0a9f6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Refinery::Menus.configure do |config|
# Configure which menus that will be created when seeding. You can then call them by refinery_menu('<MENU NAME>')
# config.default_menus = <% Refinery::Menus.default_menus.inspect %>
# config.default_menus = <%= Refinery::Menus.default_menus.inspect %>

# Configure whether to enable html attributes for menu items
# config.html_attributes = <% Refinery::Menus.html_attributes.inspect %>
# config.html_attributes = <%= Refinery::Menus.html_attributes.inspect %>


# Configure which resources that can be linked to in the menu. Default is pages, and resources (files).
Expand All @@ -14,5 +14,5 @@ Refinery::Menus.configure do |config|
# title_attr: attribute name (or method name) on resource to be shown as its title
# admin_page_filter: hash of conditions to be used for filtering objects shown to be add-able via menu edit page

# config.default_menus = <% Refinery::Menus.menu_resources.inspect %>
# config.default_menus = <%= Refinery::Menus.menu_resources.inspect %>
end

0 comments on commit 2a0a9f6

Please sign in to comment.