diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2011-06-21 10:20:01 -0400 |
---|---|---|
committer | Matt Jankowski <mjankowski@thoughtbot.com> | 2011-06-21 10:20:01 -0400 |
commit | 100b675cba2a634884e07ed31d8c59245f48a864 (patch) | |
tree | ea005fdf93a16a05dfa614d3eac670e93b2ce828 /actionmailer/lib/action_mailer | |
parent | f3db04f69bc01192e338188811d2c9bf1eb96d66 (diff) | |
download | rails-100b675cba2a634884e07ed31d8c59245f48a864.tar.gz rails-100b675cba2a634884e07ed31d8c59245f48a864.tar.bz2 rails-100b675cba2a634884e07ed31d8c59245f48a864.zip |
singularize module and be explicit about what is delivered
Diffstat (limited to 'actionmailer/lib/action_mailer')
-rw-r--r-- | actionmailer/lib/action_mailer/delivery_methods.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/delivery_methods.rb b/actionmailer/lib/action_mailer/delivery_methods.rb index b324ba790d..d1467fb526 100644 --- a/actionmailer/lib/action_mailer/delivery_methods.rb +++ b/actionmailer/lib/action_mailer/delivery_methods.rb @@ -1,7 +1,7 @@ require 'tmpdir' module ActionMailer - # This modules handles everything related to the delivery, from registering new + # This module handles everything related to mail delivery, from registering new # delivery methods to configuring the mail object to be sent. module DeliveryMethods extend ActiveSupport::Concern |