Sha256: c40317125db062ea0f6a091ba2876db50eaa66e6270c86a5c244ed4c2ee97209

Contents?: true

Size: 643 Bytes

Versions: 6

Compression:

Stored size: 643 Bytes

Contents

require 'shoppe/navigation_manager'

# This file defines all the default navigation managers used in Shoppe. 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. 
#
Shoppe::NavigationManager.build(:admin_primary) do
  add_item :customers
  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

6 entries across 6 versions & 2 rubygems

Version Path
shoppe-1.1.2 lib/shoppe/default_navigation.rb
shoppe-1.1.1 lib/shoppe/default_navigation.rb
shoppe-1.1.0 lib/shoppe/default_navigation.rb
shoppe-1.0.9 lib/shoppe/default_navigation.rb
shoppe-1.0.8 lib/shoppe/default_navigation.rb
kylekthompson-shoppe-1.0.7 lib/shoppe/default_navigation.rb