From 75dc1950e08151fc800ab610f9fd5b6986275a8e Mon Sep 17 00:00:00 2001 From: Aditya Sanghi Date: Fri, 7 Sep 2012 01:39:27 +0530 Subject: fix bad changelog example --- actionmailer/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer/CHANGELOG.md') diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 45ff9eab1a..ed8ee89617 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -6,7 +6,7 @@ you can now override settings per mail instance for e.g. def my_mailer(user,company) - mail to: customer.email, subject: "Welcome!", + mail to: user.email, subject: "Welcome!", delivery_method_options: {user_name: company.smtp_user, password: company.smtp_password} end -- cgit v1.2.3