aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorRajat Bansal <rajat.usict@gmail.com>2016-05-31 13:31:13 +0530
committerRajat Bansal <rajat.usict@gmail.com>2016-05-31 13:31:18 +0530
commit72a0f5e24c0f34c43a220ec50d4f3a62e03cf401 (patch)
tree0c3c65750c01b8d2e4f841b6889ffb48abc3c46b /actionmailer
parent3dad1b0cf6ae0062de5996a1b84986ddc441292e (diff)
downloadrails-72a0f5e24c0f34c43a220ec50d4f3a62e03cf401.tar.gz
rails-72a0f5e24c0f34c43a220ec50d4f3a62e03cf401.tar.bz2
rails-72a0f5e24c0f34c43a220ec50d4f3a62e03cf401.zip
fix grammar
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/lib/action_mailer/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb
index ea5af9e4f2..6e0ae8a0a9 100644
--- a/actionmailer/lib/action_mailer/base.rb
+++ b/actionmailer/lib/action_mailer/base.rb
@@ -488,7 +488,7 @@ module ActionMailer
end
private :observer_class_for
- # Returns the name of current mailer. This method is also being used as a path for a view lookup.
+ # Returns the name of the 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