Displaying 1 result from an estimated 1 matches for "3ac52b38782bce94aa5b8b39873f2052".
2008 Jan 03
1
help - updated from 1.2.5 to 1.2.6 and getting undefined method 'session=' for ActionController::base
...class ApplicationController < ActionController::Base
helper :all # include all helpers, all the time
# See ActionController::RequestForgeryProtection for details
# Uncomment the :secret if you''re not using the cookie session store
protect_from_forgery # :secret => ''3ac52b38782bce94aa5b8b39873f2052''
# Be sure to include AuthenticationSystem in Application Controller
instead
include AuthenticatedSystem
# If you want "remember me" functionality, add this before_filter to
Application Controller
before_filter :login_from_cookie
end
--~--~---------~--~----~-----------...