Revert "Tasks should be default page in foodcoop module."
This reverts commit b5b27cee6e.
This commit is contained in:
parent
b5b27cee6e
commit
20c7c0ef02
2 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ ActionController::Routing::Routes.draw do |map|
|
|||
map.resources :invites, :only => [:new, :create]
|
||||
|
||||
map.namespace :foodcoop do |foodcoop|
|
||||
foodcoop.root :controller => "tasks", :action => "index"
|
||||
foodcoop.root :controller => "users", :action => "index"
|
||||
foodcoop.resources :users, :only => [:index]
|
||||
foodcoop.resources :ordergroups, :only => [:index]
|
||||
foodcoop.resources :workgroups, :only => [:index, :edit, :update],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue