Sha256: 5e1587c1773d88d1662d9070e802bec38a15643830af58c0fd11055cea1e5771
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
Spree::Core::Engine.routes.draw do namespace :admin do resources :taxonomies do resources :taxons do resources :bullets end end end end # admin_taxon_bullets GET /admin/taxons/:taxon_id/bullets(.:format) spree/admin/bullets#index # POST /admin/taxons/:taxon_id/bullets(.:format) spree/admin/bullets#create # new_admin_taxon_bullet GET /admin/taxons/:taxon_id/bullets/new(.:format) spree/admin/bullets#new # edit_admin_taxon_bullet GET /admin/taxons/:taxon_id/bullets/:id/edit(.:format) spree/admin/bullets#edit # admin_taxon_bullet GET /admin/taxons/:taxon_id/bullets/:id(.:format) spree/admin/bullets#show # PUT /admin/taxons/:taxon_id/bullets/:id(.:format) spree/admin/bullets#update # DELETE /admin/taxons/:taxon_id/bullets/:id(.:format) spree/admin/bullets#destroy
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_category_bullets-0.0.2 | config/routes.rb |
spree_category_bullets-0.0.1 | config/routes.rb |