aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorAditya Sanghi <aditya.sanghi@risingsuntech.net>2012-09-07 01:39:27 +0530
committerAditya Sanghi <aditya.sanghi@risingsuntech.net>2012-09-07 01:39:27 +0530
commit75dc1950e08151fc800ab610f9fd5b6986275a8e (patch)
treea4768ba9a705e36e446b479d67d92eb9a054e77c /actionmailer/CHANGELOG.md
parent75bde023217a1343e386fef6c6524fb67116e23c (diff)
downloadrails-75dc1950e08151fc800ab610f9fd5b6986275a8e.tar.gz
rails-75dc1950e08151fc800ab610f9fd5b6986275a8e.tar.bz2
rails-75dc1950e08151fc800ab610f9fd5b6986275a8e.zip
fix bad changelog example
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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