Sha256: a80e7f9aafc11d99eed3a8d6966d473a9d6a791d3213a5c8ce397be40f1938df
Contents?: true
Size: 508 Bytes
Versions: 2
Compression:
Stored size: 508 Bytes
Contents
Spree::Core::Engine.routes.draw do # Add this extension's routes here namespace :admin do resources :active_sales do collection do get :eventables post :update_positions end member do get :get_children end resources :active_sale_events do member do put :update_events end resources :sale_images do collection do post :update_positions end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_active_sale-1.3.2 | config/routes.rb |
spree_active_sale-1.3.1 | config/routes.rb |