Skip to content

Commit

Permalink
added secret key to devise. (needed to test)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhomart committed Sep 30, 2013
1 parent 090a5da commit 8e9426a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_app/config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# note that it will be overwritten if you use your own mailer class with default "from" parameter.
config.mailer_sender = "please-change-me-at-config-initializers-devise@example.com"

config.secret_key = '8c57910ca9a61008a2566fc337a67ddc043b91d64e0420ca8dd691e80cf362bc8a480ecb1465bd4ae958e715d354264a97934c058c3e14f5d552012ff5755122'

# Configure the class responsible to send e-mails.
# config.mailer = "Devise::Mailer"

Expand Down

0 comments on commit 8e9426a

Please sign in to comment.