1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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