Skip to content

Commit

Permalink
Merge pull request #19 from mutantkeyboard/patch-1
Browse files Browse the repository at this point in the history
Update devise.rb
  • Loading branch information
DanielKehoe committed Jun 5, 2016
2 parents 2a6db19 + 7dd5ac7 commit 19f92af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Configure the e-mail address which will be shown in Devise::Mailer,
# note that it will be overwritten if you use your own mailer class
# with default "from" parameter.
config.mailer_sender = 'no-reply@' + Rails.application.secrets.domain_name
config.mailer_sender = 'no-reply@' + Rails.application.secrets.domain_name.to_s # fix for Issue #11

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

0 comments on commit 19f92af

Please sign in to comment.