Skip to content

Commit

Permalink
take out reference to previous versions of Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
waynn committed Sep 12, 2013
1 parent faeb33d commit ba46d52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions actionmailer/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ generated would look like this:

Thank you for signing up!

In previous versions 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.
In order to send mails, you simply call the method and then call +deliver+ on the return value.

Calling the method returns a Mail Message object:

Expand Down

0 comments on commit ba46d52

Please sign in to comment.