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

@ -668,7 +668,7 @@ def set_content_type(m, user_content_type, class_default)
end end
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 # 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>. # humanized version of the <tt>action_name</tt>.
def default_i18n_subject #:nodoc: def default_i18n_subject #:nodoc: