diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 14:32:36 +1100 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 14:32:36 +1100 |
commit | 66aefed136ef0c087e9448d8098cea629e211144 (patch) | |
tree | 51b874591f66e483213bbea199c66140b01f649f /railties/guides/source/configuring.textile | |
parent | 926d64e8b3a0cfbc233a0c564b5dfb0aeacb9546 (diff) | |
download | rails-66aefed136ef0c087e9448d8098cea629e211144.tar.gz rails-66aefed136ef0c087e9448d8098cea629e211144.tar.bz2 rails-66aefed136ef0c087e9448d8098cea629e211144.zip |
There is no config.action_mailer.default_content_type method for Rails 3
Diffstat (limited to 'railties/guides/source/configuring.textile')
-rw-r--r-- | railties/guides/source/configuring.textile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile index b5f32671a8..df56768de9 100644 --- a/railties/guides/source/configuring.textile +++ b/railties/guides/source/configuring.textile @@ -187,8 +187,6 @@ There are a number of settings available on +config.action_mailer+: * +config.action_mailer.perform_deliveries+ specifies whether mail will actually be delivered. By default this is +true+; it can be convenient to set it to +false+ for testing. -* +config.action_mailer.default_content_type+ specifies the default content type used for the main part of the message. It defaults to "text/plain" - * +config.action_mailer.default_mime_version+ is the default MIME version for the message. It defaults to +1.0+. * +config.action_mailer.default_implicit_parts_order+ - When a message is built implicitly (i.e. multiple parts are assembled from templates |