From 83ac216933fef497e6d6184275a8e8e8b8d7997f Mon Sep 17 00:00:00 2001 From: Tom Kadwill Date: Sun, 10 Apr 2016 14:31:32 +0100 Subject: Update ActionMailer Views documentation [ci skip] --- actionmailer/lib/action_mailer/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer/lib') diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index a223cf82a1..3df524580c 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -86,7 +86,7 @@ module ActionMailer # Like Action Controller, each mailer class has a corresponding view directory in which each # method of the class looks for a template with its name. # - # To define a template to be used with a mailing, create an .erb file with the same + # To define a template to be used with a mailer, create an .erb file with the same # name as the method in your mailer model. For example, in the mailer defined above, the template at # app/views/notifier_mailer/welcome.text.erb would be used to generate the email. # -- cgit v1.2.3