some smallfurther adjustments

This commit is contained in:
Reinier Balt 2011-09-28 15:34:15 +02:00
parent 3a07010338
commit 2f0bfbbf47
4 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ ActionController::Routing::Routes.draw do |map|
map.resources :projects,
:collection => {:order => :post, :alphabetize => :post, :actionize => :post, :done => :get},
:member => {:done_todos => :get, :all_done_todos => :get, :set_reviewed => :post} do |projects|
:member => {:done_todos => :get, :all_done_todos => :get, :set_reviewed => :get} do |projects|
projects.resources :todos, :name_prefix => "project_"
end