diff --git a/config/routes.rb b/config/routes.rb index a7fe216d64..4621ee4a35 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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