mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-27 09:34:08 +01:00
Move Rich Todo API into Todo class and clean it up a bit
This commit is contained in:
parent
3006f73cb7
commit
3353626016
3 changed files with 49 additions and 50 deletions
|
|
@ -16,6 +16,8 @@ require 'time'
|
|||
#
|
||||
# Tag
|
||||
|
||||
class CannotAccessContext < RuntimeError; end
|
||||
|
||||
class ApplicationController < ActionController::Base
|
||||
|
||||
protect_from_forgery :secret => SALT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue