Make Todo routes RESTful.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@406 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2007-01-25 07:07:10 +00:00
parent b2ce323f3a
commit fedf029764
40 changed files with 98 additions and 65 deletions

View file

@ -1,6 +1,6 @@
class ContextsController < ApplicationController
helper :todo
helper :todos
before_filter :init, :except => [:create, :destroy, :order]
before_filter :init_todos, :only => :show