We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c2c07 commit 83ac216Copy full SHA for 83ac216
actionmailer/lib/action_mailer/base.rb
@@ -86,7 +86,7 @@ module ActionMailer
86
# Like Action Controller, each mailer class has a corresponding view directory in which each
87
# method of the class looks for a template with its name.
88
#
89
- # To define a template to be used with a mailing, create an <tt>.erb</tt> file with the same
+ # To define a template to be used with a mailer, create an <tt>.erb</tt> file with the same
90
# name as the method in your mailer model. For example, in the mailer defined above, the template at
91
# <tt>app/views/notifier_mailer/welcome.text.erb</tt> would be used to generate the email.
92
0 commit comments