diff options
author | Andrew Kampjes <a.kampjes@gmail.com> | 2014-10-25 23:14:05 +1300 |
---|---|---|
committer | Andrew Kampjes <a.kampjes@gmail.com> | 2015-08-14 08:05:11 +1200 |
commit | f0a3af209f021774f0f2360d8843a3f630312431 (patch) | |
tree | 4630f56d27d07f1322eaeb56a84c17c0b63ce643 /railties/lib/rails/tasks/engine.rake | |
parent | e50fe85180648be0c4216bd0111f05be1df0988a (diff) | |
download | rails-f0a3af209f021774f0f2360d8843a3f630312431.tar.gz rails-f0a3af209f021774f0f2360d8843a3f630312431.tar.bz2 rails-f0a3af209f021774f0f2360d8843a3f630312431.zip |
ActionMailer https on URL with force_ssl = true
`config.force_ssl = true` will set
config.action_mailer.default_url_options = { protocol: 'https' }
If you have turned on force_ssl, and then gone to the effort of setting
config.action_mailer.default_url_options = {host: 'example.com'} then
you are probably pointing people back to your current app and want
https on that too.
Diffstat (limited to 'railties/lib/rails/tasks/engine.rake')
0 files changed, 0 insertions, 0 deletions