Displaying 1 result from an estimated 1 matches for "f2966dd9b280aee941288062544d2aa9".
2008 Nov 05
3
Problems w/ before_filter getting ignored
..._location, :except => :login
include Authentication
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 => ''f2966dd9b280aee941288062544d2aa9''
def index
end
end
[/code]
Any ideas how I can make this work?
Thanks,
Clem
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" gro...