mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed typo (attachments method name was missing an s) in Action Mailer basics guide
This commit is contained in:
parent
239e615316
commit
9cf56c709b
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ Will put the HTML part first, and the plain text part second.
|
|||
|
||||
h4. Sending Emails with Attachments
|
||||
|
||||
Attachments can be added by using the +attachment+ method:
|
||||
Attachments can be added by using the +attachments+ method:
|
||||
|
||||
<ruby>
|
||||
class UserMailer < ActionMailer::Base
|
||||
|
|
Loading…
Reference in a new issue