Module: ActionMailer::DeliveryMethods
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- lib/action_mailer/delivery_methods.rb
Overview
This module handles everything related to mail delivery, from registering new delivery methods to configuring the mail object to be sent.
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#wrap_delivery_behavior!(*args) ⇒ Object
:nodoc:
78 79 80 |
# File 'lib/action_mailer/delivery_methods.rb', line 78 def wrap_delivery_behavior!(*args) # :nodoc: self.class.wrap_delivery_behavior(, *args) end |