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:
parent
f3db04f69b
commit
100b675cba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue