diff --git a/config/routes.rb b/config/routes.rb index e4868d777c..69a3c99d56 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -7,6 +7,7 @@ Openfoodnetwork::Application.routes.draw do get :order_cycle end + resources :groups resources :producers get '/checkout', :to => 'checkout#edit' , :as => :checkout