Skip to content

Commit 8e9426a

Browse files
committed
added secret key to devise. (needed to test)
1 parent 090a5da commit 8e9426a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test_app/config/initializers/devise.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# note that it will be overwritten if you use your own mailer class with default "from" parameter.
77
config.mailer_sender = "[email protected]"
88

9+
config.secret_key = '8c57910ca9a61008a2566fc337a67ddc043b91d64e0420ca8dd691e80cf362bc8a480ecb1465bd4ae958e715d354264a97934c058c3e14f5d552012ff5755122'
10+
911
# Configure the class responsible to send e-mails.
1012
# config.mailer = "Devise::Mailer"
1113

0 commit comments

Comments
 (0)