singularize module and be explicit about what is delivered

This commit is contained in:
Matt Jankowski 2011-06-21 10:20:01 -04:00
parent f3db04f69b
commit 100b675cba
1 changed files with 1 additions and 1 deletions

View File

@ -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