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:
commit
226b4ae79c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue