Skip to content

Commit

Permalink
fix bad changelog example
Browse files Browse the repository at this point in the history
  • Loading branch information
asanghi committed Sep 6, 2012
1 parent 75bde02 commit 75dc195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/CHANGELOG.md
Expand Up @@ -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
Expand Down

0 comments on commit 75dc195

Please sign in to comment.