From b245287bc535933e7b0b095ca84d313dfd676eab Mon Sep 17 00:00:00 2001 From: Hendy Tanata Date: Mon, 6 May 2013 17:02:29 -0700 Subject: Fix grammar on AM.mailer_name documentation. --- actionmailer/lib/action_mailer/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer/lib/action_mailer/base.rb') diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 91b03f28de..fa015d9108 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -412,7 +412,7 @@ module ActionMailer Mail.register_interceptor(delivery_interceptor) end - # Returns the name of current mailer. This method also being used as a path for a view lookup. + # Returns the name of current mailer. This method is also being used as a path for a view lookup. # If this is an anonymous mailer, this method will return +anonymous+ instead. def mailer_name @mailer_name ||= anonymous? ? "anonymous" : name.underscore -- cgit v1.2.3