initial version of reviewing

This commit is contained in:
sfischme 2011-09-15 00:42:34 -04:00
parent 2563532022
commit b320dd60a8
8 changed files with 25 additions and 125 deletions

View file

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