Get rid of a deprecation warning

This commit is contained in:
Eric Allen 2009-12-07 18:36:10 -05:00
parent e41ed7424f
commit c459461aa3

View file

@ -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