From df9f9b7f3e87b8e83f9cc14cc36e0800c88c3c56 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 14 Dec 2012 20:16:59 -0200 Subject: Convert changelogs to 1.9 hash style and fix some formatting [ci skip] --- actionmailer/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionmailer/CHANGELOG.md') 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 -- cgit v1.2.3