|
|
@ -37,6 +37,8 @@ Rails.application.configure do |
|
|
|
|
|
|
|
|
|
|
|
config.action_mailer.perform_caching = false |
|
|
|
config.action_mailer.perform_caching = false |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.action_mailer.default_url_options = { host: "localhost", port: 3000 } |
|
|
|
|
|
|
|
|
|
|
|
# Tell Action Mailer not to deliver emails to the real world. |
|
|
|
# Tell Action Mailer not to deliver emails to the real world. |
|
|
|
# The :test delivery method accumulates sent emails in the |
|
|
|
# The :test delivery method accumulates sent emails in the |
|
|
|
# ActionMailer::Base.deliveries array. |
|
|
|
# ActionMailer::Base.deliveries array. |
|
|
|