Skip to content

Instantly share code, notes, and snippets.

@osiro
Created May 6, 2014 15:59
Show Gist options
  • Save osiro/01cf5146cbcaf258bca3 to your computer and use it in GitHub Desktop.
Save osiro/01cf5146cbcaf258bca3 to your computer and use it in GitHub Desktop.
menu_file = YAML.load_file(Rails.root.join('config', 'menu.yml'))
menu = []
menu_file.keys.each do |item|
menu << OpenStruct.new(navigation_item).freeze
end
Rails.configuration.menu = menu
Rails.configuration.menu.freeze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment