mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-06 04:40:18 +01:00
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:
parent
b2ce323f3a
commit
fedf029764
40 changed files with 98 additions and 65 deletions
|
|
@ -1,6 +1,6 @@
|
|||
class ContextsController < ApplicationController
|
||||
|
||||
helper :todo
|
||||
helper :todos
|
||||
|
||||
before_filter :init, :except => [:create, :destroy, :order]
|
||||
before_filter :init_todos, :only => :show
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue