Moved foodcoop/workgroups into new namespace foodcoop. Closes #20
This commit is contained in:
parent
1a8026c5a7
commit
0d910dfbbd
13 changed files with 196 additions and 38 deletions
|
|
@ -13,6 +13,8 @@ ActionController::Routing::Routes.draw do |map|
|
|||
map.namespace :foodcoop do |foodcoop|
|
||||
foodcoop.root :controller => "foodcoop", :action => "members"
|
||||
foodcoop.resources :ordergroups, :only => [:index]
|
||||
foodcoop.resources :workgroups, :only => [:index, :edit, :update],
|
||||
:member => {:memberships => :get}
|
||||
end
|
||||
|
||||
map.namespace :admin do |admin|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue