From 11b67b38bd0abe88d0678aef84ef00aa8adbc917 Mon Sep 17 00:00:00 2001 From: Indrek Juhkam Date: Tue, 20 Dec 2011 18:09:17 +0200 Subject: fix default_i18n_subject comment in ActionMailer::Base --- actionmailer/lib/action_mailer/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 8f2c567e3e..71c156f1a2 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -668,7 +668,7 @@ module ActionMailer #:nodoc: end end - # Translates the +subject+ using Rails I18n class under [:actionmailer, mailer_scope, action_name] scope. + # Translates the +subject+ using Rails I18n class under [mailer_scope, action_name] scope. # If it does not find a translation for the +subject+ under the specified scope it will default to a # humanized version of the action_name. def default_i18n_subject #:nodoc: -- cgit v1.2.3