Sha256: 0eb227cea4b0aae6049da8c907f5fac0c9f7c955f901b45668dcbc21e25bf0f3
Contents?: true
Size: 246 Bytes
Versions: 2
Compression:
Stored size: 246 Bytes
Contents
Spree::Core::Engine.add_routes do namespace :admin do resources :taxon_groups do member do get :positions, to: 'taxon_groups#positions' patch :positions, to: 'taxon_groups#update_positions' end end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
solidus_taxon_group-1.0.1 | config/routes.rb |
spree_taxon_group-3.1.0.beta | config/routes.rb |