mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
Get rid of a deprecation warning
This commit is contained in:
parent
e41ed7424f
commit
c459461aa3
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class CannotAccessContext < RuntimeError; end
|
|||
|
||||
class ApplicationController < ActionController::Base
|
||||
|
||||
protect_from_forgery :secret => SITE_CONFIG['salt']
|
||||
protect_from_forgery
|
||||
|
||||
helper :application
|
||||
include LoginSystem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue