1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #4061 from indrekj/action-mailer-18n-subject-comments

fix default_i18n_subject comment in ActionMailer::Base
This commit is contained in:
Vijay Dev 2011-12-20 09:49:24 -08:00
commit 226b4ae79c

View file

@ -668,7 +668,7 @@ module ActionMailer #:nodoc:
end
end
# Translates the +subject+ using Rails I18n class under <tt>[:actionmailer, mailer_scope, action_name]</tt> scope.
# Translates the +subject+ using Rails I18n class under <tt>[mailer_scope, action_name]</tt> scope.
# If it does not find a translation for the +subject+ under the specified scope it will default to a
# humanized version of the <tt>action_name</tt>.
def default_i18n_subject #:nodoc: