Fixed paths in task-menu.
This commit is contained in:
parent
b71e809f34
commit
74407a5912
2 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ ActionController::Routing::Routes.draw do |map|
|
|||
# Foodcoop orga
|
||||
map.resources :invites, :only => [:new, :create]
|
||||
map.resources :tasks,
|
||||
:collection => {:user => :get}
|
||||
:collection => {:user => :get, :archive => :get}
|
||||
map.resources :messages, :only => [:index, :show, :new, :create],
|
||||
:member => { :reply => :get, :user => :get, :group => :get }
|
||||
map.namespace :foodcoop do |foodcoop|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue