diff options
author | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-26 16:00:24 +0100 |
---|---|---|
committer | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-26 16:00:24 +0100 |
commit | 05c4ad9d3f6ff8d0017f4bca9b52e552629c4813 (patch) | |
tree | f10925404cd39ae045a57b5a067fa6896d2ebc6e /actionmailer/lib/action_mailer | |
parent | ccea6ab07d38c5bc2de341c3f08d199ef55bccc6 (diff) | |
download | rails-05c4ad9d3f6ff8d0017f4bca9b52e552629c4813.tar.gz rails-05c4ad9d3f6ff8d0017f4bca9b52e552629c4813.tar.bz2 rails-05c4ad9d3f6ff8d0017f4bca9b52e552629c4813.zip |
Tidy up tests and docs.
Diffstat (limited to 'actionmailer/lib/action_mailer')
-rw-r--r-- | actionmailer/lib/action_mailer/base.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 669e49c91c..b230e34631 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -360,8 +360,8 @@ module ActionMailer #:nodoc: # You can also pass a hash into headers of header field names and values, which # will then be set on the Mail::Message object: # - # headers {'X-Special-Domain-Specific-Header' => "SecretValue", - # 'In-Reply-To' => incoming.message_id } + # headers 'X-Special-Domain-Specific-Header' => "SecretValue", + # 'In-Reply-To' => incoming.message_id # # The resulting Mail::Message will have the following in it's header: # |