8 lines
505 B
Ruby
8 lines
505 B
Ruby
# Be sure to restart your server when you modify this file.
|
|
|
|
# Your secret key for verifying the integrity of signed cookies.
|
|
# 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_verifier_secret = 'f7d68987522c1b44b5094017bf37fa61a3c9c6ceec5330578c14e69744f765124891e24a0fba0f9a1f8c4eb087b6bee4c50ef2ae3e8c1f23a3c1827dcee3dcfd';
|