Move Rich Todo API into Todo class and clean it up a bit

This commit is contained in:
Eric Allen 2008-09-21 09:35:34 -07:00
parent 3006f73cb7
commit 3353626016
3 changed files with 49 additions and 50 deletions

View file

@ -16,6 +16,8 @@ require 'time'
#
# Tag
class CannotAccessContext < RuntimeError; end
class ApplicationController < ActionController::Base
protect_from_forgery :secret => SALT