From ba46d524db1d8a76a12bb4cc589d1c0943fe645c Mon Sep 17 00:00:00 2001 From: Waynn Lue Date: Thu, 12 Sep 2013 14:44:38 -0700 Subject: take out reference to previous versions of Rails --- actionmailer/README.rdoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'actionmailer/README.rdoc') 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 create_method_name and -deliver_method_name. 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: -- cgit v1.2.3