aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README.rdoc
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2013-09-12 14:44:38 -0700
committerWaynn Lue <WLGades@gmail.com>2013-09-12 14:44:38 -0700
commitba46d524db1d8a76a12bb4cc589d1c0943fe645c (patch)
treea26d5ee27539ae819de943ebf1fe3b829a2b795d /actionmailer/README.rdoc
parentfaeb33dc036e4f707491c91a23ee3e990573141b (diff)
downloadrails-ba46d524db1d8a76a12bb4cc589d1c0943fe645c.tar.gz
rails-ba46d524db1d8a76a12bb4cc589d1c0943fe645c.tar.bz2
rails-ba46d524db1d8a76a12bb4cc589d1c0943fe645c.zip
take out reference to previous versions of Rails
Diffstat (limited to 'actionmailer/README.rdoc')
-rw-r--r--actionmailer/README.rdoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc
index 178572706c..96dd0b1a2e 100644
--- a/actionmailer/README.rdoc
+++ b/actionmailer/README.rdoc
@@ -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: