Fixed typo (attachments method name was missing an s) in Action Mailer basics guide

This commit is contained in:
Floris Huetink 2011-08-09 15:48:34 +02:00 committed by Xavier Noria
parent 239e615316
commit 9cf56c709b
1 changed files with 1 additions and 1 deletions

View File

@ -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