Sha256: 326aa831d302f30104a933f03cf15a3fb018bf72e1d475f4c7e637e8800d4b97
Contents?: true
Size: 620 Bytes
Versions: 3
Compression:
Stored size: 620 Bytes
Contents
require 'tienda/navigation_manager' # This file defines all the default navigation managers used in Tienda. # Of course, modules can make changes to these by removing them or adding their # own. This file is loaded on application initialization so if you make changes, # you'll need to restart the webserver. # # This is the default navigation manager for the admin interface. # Tienda::NavigationManager.build(:admin_primary) do add_item :orders add_item :products add_item :product_categories add_item :delivery_services add_item :tax_rates add_item :users add_item :countries add_item :settings end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tienda-1.1.2 | lib/tienda/default_navigation.rb |
tienda-1.1.1 | lib/tienda/default_navigation.rb |
tienda-1.1.0 | lib/tienda/default_navigation.rb |