Fix devise secret key by assigning some random string

This commit is contained in:
Gopesh Tulsyan 2014-04-29 11:19:55 +05:30
parent 6886b121ae
commit dd62e83324

View file

@ -2,7 +2,7 @@
# Many of these configuration options can be set straight in your model.
Devise.setup do |config|
# ==> Secret key, generate one with `rake secret`
config.secret_key = CONFIG['devise_secret_key']
config.secret_key = "somesecretkey1234"
# ==> Mailer Configuration
# Configure the e-mail address which will be shown in Devise::Mailer,