diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-12-14 20:16:59 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-12-14 20:25:22 -0200 |
commit | df9f9b7f3e87b8e83f9cc14cc36e0800c88c3c56 (patch) | |
tree | af11c2b4b318b83678b0a421bd9db53473566bb8 /actionmailer | |
parent | 99d142a9375f9ba1960863b3cc745265aa9a14df (diff) | |
download | rails-df9f9b7f3e87b8e83f9cc14cc36e0800c88c3c56.tar.gz rails-df9f9b7f3e87b8e83f9cc14cc36e0800c88c3c56.tar.bz2 rails-df9f9b7f3e87b8e83f9cc14cc36e0800c88c3c56.zip |
Convert changelogs to 1.9 hash style and fix some formatting [ci skip]
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 6fc25b3bb4..3708672c76 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -15,8 +15,8 @@ def my_mailer(user,company) mail to: user.email, subject: "Welcome!", - delivery_method_options: {user_name: company.smtp_user, - password: company.smtp_password} + delivery_method_options: { user_name: company.smtp_user, + password: company.smtp_password } end This will ensure that your default SMTP settings will be overridden |