config/routes.rb in spree_backend-2.1.6 vs config/routes.rb in spree_backend-2.1.7

- old
+ new

@@ -123,11 +123,11 @@ collection do get :search end end - resources :reports, :only => [:index, :show] do + resources :reports, :only => [:index] do collection do get :sales_total post :sales_total end end @@ -140,10 +140,9 @@ collection do post :transfer_stock end end - resources :stock_movements resources :stock_items, :only => [:create, :update, :destroy] resources :tax_rates resource :tax_settings resources :trackers