add foodcoop configuration screen

This commit is contained in:
wvengen 2014-03-16 02:08:15 +01:00
parent dd3ac0971c
commit 7b000c39eb
20 changed files with 562 additions and 12 deletions

View file

@ -181,6 +181,10 @@ Foodsoft::Application.routes.draw do
resources :ordergroups do
get :memberships, :on => :member
end
resource :config, :only => [:show, :update] do
get :list
end
end
############## Feedback