Clean up routes

This commit is contained in:
Rohan Mitchell
2015-04-29 15:31:13 +10:00
parent 4279742de5
commit 30e04b509d

View File

@@ -43,9 +43,11 @@ Openfoodnetwork::Application.routes.draw do
namespace :admin do
resources :order_cycles do
post :bulk_update, on: :collection, as: :bulk_update
get :clone, on: :member
post 'notify_producers', on: :member
member do
get :clone
post :notify_producers
end
end
resources :enterprises do