1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove stray semicolon from cookie_verification_secret initialzer template

This commit is contained in:
Jeffrey Hardy 2010-01-07 11:51:54 -05:00
parent f8352ec255
commit 2dcc53bdbc

View file

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