Module: ActionMailer::Rescuable
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
|
Included In:
| |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::ActiveSupport::Concern
|
|
|
Instance Chain:
|
|
| Defined in: | actionmailer/lib/action_mailer/rescuable.rb |
Overview
Provides rescue_from for mailers. Wraps mailer action processing, mail job processing, and mail delivery.
::ActiveSupport::Rescuable - Attributes & Methods
Class Method Summary
::ActiveSupport::Concern - Extended
| class_methods | Define class methods from given block. |
| included | Evaluate given block in context of base class, so that you can write class macros here. |
| prepended | Evaluate given block in context of base class, so that you can write class macros here. |
Instance Method Summary
::ActiveSupport::Rescuable - Included
| #rescue_with_handler | Delegates to the class method, but uses the instance as the subject for rescue_from handlers (method calls, instance_exec blocks). |
Class Attribute Details
.rescue_handlers (rw)
[ GitHub ]# File 'activesupport/lib/active_support/rescuable.rb', line 13
class_attribute :rescue_handlers, default: []
.rescue_handlers? ⇒ Boolean (rw)
[ GitHub ]
# File 'activesupport/lib/active_support/rescuable.rb', line 13
class_attribute :rescue_handlers, default: []
Instance Attribute Details
#rescue_handlers (rw)
[ GitHub ]# File 'activesupport/lib/active_support/rescuable.rb', line 13
class_attribute :rescue_handlers, default: []
#rescue_handlers? ⇒ Boolean (rw)
[ GitHub ]
# File 'activesupport/lib/active_support/rescuable.rb', line 13
class_attribute :rescue_handlers, default: []