add foodcoop configuration screen
This commit is contained in:
parent
dd3ac0971c
commit
7b000c39eb
20 changed files with 562 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue