diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2013-09-10 18:55:29 -0700 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2013-09-10 18:55:29 -0700 |
commit | db2c4abca6fa5814fdcf052587ae26522fdeac8f (patch) | |
tree | 460dc70e024812c0ae4e0f4d20ed74ec3ca80607 /actionmailer | |
parent | ba0407337e93c4ef55cef3472143f62e8a984a64 (diff) | |
parent | e2c17ff3ec050733c9f5f660eaafd46733215996 (diff) | |
download | rails-db2c4abca6fa5814fdcf052587ae26522fdeac8f.tar.gz rails-db2c4abca6fa5814fdcf052587ae26522fdeac8f.tar.bz2 rails-db2c4abca6fa5814fdcf052587ae26522fdeac8f.zip |
Merge pull request #12184 from waynn/patch-4
"previous version of Rails" is gramatically incorrect
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index a14a6ba18f..178572706c 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -61,7 +61,7 @@ generated would look like this: Thank you for signing up! -In previous version of Rails you would call <tt>create_method_name</tt> and +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. |