Adding route for now for_order_cycle action on enterprise fees

This commit is contained in:
Rob Harrington
2015-04-06 10:23:08 +10:00
parent b7de8353bc
commit 7ebea23fda

View File

@@ -65,7 +65,10 @@ Openfoodnetwork::Application.routes.draw do
resources :enterprise_roles
resources :enterprise_fees do
post :bulk_update, :on => :collection, :as => :bulk_update
collection do
get :for_order_cycle
post :bulk_update, :as => :bulk_update
end
end
resources :enterprise_groups do