Its cookie_verifier_secret

This commit is contained in:
David Heinemeier Hansson 2009-12-21 15:49:52 -08:00
parent 81c3b0403d
commit cf66d16bdf

@ -4,4 +4,4 @@
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
ActionController::Base.cookie_verification_secret = '<%= app_secret %>';
ActionController::Base.cookie_verifier_secret = '<%= app_secret %>';