Skip to content

Commit

Permalink
Fixed typo (attachments method name was missing an s) in Action Maile…
Browse files Browse the repository at this point in the history
…r basics guide
  • Loading branch information
florish authored and fxn committed Aug 13, 2011
1 parent 239e615 commit 9cf56c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/action_mailer_basics.textile
Expand Up @@ -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
Expand Down

0 comments on commit 9cf56c7

Please sign in to comment.