aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-11-26 14:24:51 +1100
committerRyan Bigg <radarlistener@gmail.com>2010-11-26 14:24:51 +1100
commit8b49fae3eaa8d227261be06124ee7a8041ea77d7 (patch)
treec983a1d6cd6984ca1f00dd4e71850f8d48ba56d1 /railties/guides
parent3d8d21b5132bb6852fe9533710d9105ab4d30ec8 (diff)
downloadrails-8b49fae3eaa8d227261be06124ee7a8041ea77d7.tar.gz
rails-8b49fae3eaa8d227261be06124ee7a8041ea77d7.tar.bz2
rails-8b49fae3eaa8d227261be06124ee7a8041ea77d7.zip
There is no config.action_mailer.template_root method for Rails 3
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index 0803c1e7f4..67028c683b 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -167,8 +167,6 @@ h4. Configuring Action Mailer
There are a number of settings available on +config.action_mailer+:
-* +config.action_mailer.template_root+ gives the root folder for Action Mailer templates.
-
* +config.action_mailer.logger+ accepts a logger conforming to the interface of Log4r or the default Ruby 1.8+ Logger class, which is then used to log information from Action Mailer. Set to nil to disable logging.
* +config.action_mailer.smtp_settings+ allows detailed configuration for the +:smtp+ delivery method. It accepts a hash of options, which can include any of these options: