take out reference to previous versions of Rails

This commit is contained in:
Waynn Lue 2013-09-12 14:44:38 -07:00
parent faeb33dc03
commit ba46d524db
1 changed files with 1 additions and 3 deletions

View File

@ -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: