fix ActionMailer readme example

This commit is contained in:
Alexey Vakhov 2011-09-26 21:46:25 +04:00
parent 51cc6e4f1c
commit 893ee7f71d
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ generated would look like this:
Mr. david@loudthinking.com Mr. david@loudthinking.com
Thank you for signing up!
In previous version of Rails you would call <tt>create_method_name</tt> and 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 <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. simply call the method and optionally call +deliver+ on the return value.