diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 178572706c681e95a2a673fce5ecf06fefc6a387..96dd0b1a2e08ad558b2a012158facaa16f9d7910 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: