Skip to content

Commit b8d1dbf

Browse files
committed
Merge pull request rails#24487 from tomkadwill/action-mailer-base-docs
Update ActionMailer Mailer Models and Views documentation [ci skip]
2 parents 9df157a + 83ac216 commit b8d1dbf

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)