mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
singularize module and be explicit about what is delivered
This commit is contained in:
committed by
Xavier Noria
parent
30ac5fffec
commit
b3d8e50d4c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user