Skip to content

Commit

Permalink
configure devise return email address
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Chambers authored and Kevin Chambers committed Jul 13, 2011
1 parent aef3282 commit c37f2c1
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 @@ -3,7 +3,7 @@
Devise.setup do |config|
# ==> Mailer Configuration
# Configure the e-mail address which will be shown in DeviseMailer.
config.mailer_sender = "please-change-me@config-initializers-devise.com"
config.mailer_sender = "apps@rideconnection.org"

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

0 comments on commit c37f2c1

Please sign in to comment.