diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-21 23:20:28 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-21 23:39:07 +0200 |
commit | 11f0fd5c6febed712194b0494b2e4de85b131c26 (patch) | |
tree | 5cee80e2d14e21a7e7ba2e0562a6173d9782dbc6 /actionmailer | |
parent | 1edbdbbfa8c516e687dcf43e37544ee72596540d (diff) | |
download | rails-11f0fd5c6febed712194b0494b2e4de85b131c26.tar.gz rails-11f0fd5c6febed712194b0494b2e4de85b131c26.tar.bz2 rails-11f0fd5c6febed712194b0494b2e4de85b131c26.zip |
gsub("ActionController", "Action Controller")
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/lib/action_mailer/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 7ab6e37503..dbc6801146 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -54,7 +54,7 @@ module ActionMailer #:nodoc: # # = Mailer views # - # Like ActionController, each mailer class has a corresponding view directory + # Like Action Controller, each mailer class has a corresponding view directory # in which each method of the class looks for a template with its name. # To define a template to be used with a mailing, create an <tt>.erb</tt> file with the same name as the method # in your mailer model. For example, in the mailer defined above, the template at |