aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-05-31 10:32:58 -0400
committerJon Moss <maclover7@users.noreply.github.com>2016-05-31 10:32:58 -0400
commite4fc16a54561d773183ccee58434b81192a3349a (patch)
tree0c45bb83004f52d954b50d97da30066bbc85e6ae /actionmailer/lib
parentff4986b917f6cc64398e2ba687f998fc52cf630c (diff)
parent72a0f5e24c0f34c43a220ec50d4f3a62e03cf401 (diff)
downloadrails-e4fc16a54561d773183ccee58434b81192a3349a.tar.gz
rails-e4fc16a54561d773183ccee58434b81192a3349a.tar.bz2
rails-e4fc16a54561d773183ccee58434b81192a3349a.zip
Merge pull request #25207 from rajatbansal93/fix-typos
Fix Typo and Grammar [ci skip]
Diffstat (limited to 'actionmailer/lib')
-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