Skip to content

Commit 83ac216

Browse files
committed
Update ActionMailer Views documentation [ci skip]
1 parent 87c2c07 commit 83ac216

File tree

1 file changed

+1
-1
lines changed
  • actionmailer/lib/action_mailer

1 file changed

+1
-1
lines changed

actionmailer/lib/action_mailer/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module ActionMailer
8686
# Like Action Controller, each mailer class has a corresponding view directory in which each
8787
# method of the class looks for a template with its name.
8888
#
89-
# To define a template to be used with a mailing, create an <tt>.erb</tt> file with the same
89+
# To define a template to be used with a mailer, create an <tt>.erb</tt> file with the same
9090
# name as the method in your mailer model. For example, in the mailer defined above, the template at
9191
# <tt>app/views/notifier_mailer/welcome.text.erb</tt> would be used to generate the email.
9292
#

0 commit comments

Comments
 (0)