diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 497c2fa1..9b76704d 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -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