1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Document ActionMailer::MailHelper

This commit is contained in:
Zachary Scott 2013-05-15 00:36:07 -04:00
parent 41c3670fab
commit 98d81def34

View file

@ -1,4 +1,7 @@
module ActionMailer
# Provides helper methods for ActionMailer::Base that can be used for easily
# formatting messages, accessing mailer or message instances, and the
# attachments list.
module MailHelper
# Take the text and format it, indented two spaces for each line, and
# wrapped at 72 columns.