Skip to content

Commit

Permalink
fix ActionMailer readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
avakhov committed Sep 26, 2011
1 parent 51cc6e4 commit 893ee7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actionmailer/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ generated would look like this:

Mr. [email protected]

Thank you for signing up!

In previous version of Rails you would call <tt>create_method_name</tt> and
<tt>deliver_method_name</tt>. Rails 3.0 has a much simpler interface, you
simply call the method and optionally call +deliver+ on the return value.
Expand Down

0 comments on commit 893ee7f

Please sign in to comment.