Module: ActionMailbox::Callbacks

Extended by:
ActiveSupport::Concern
Includes:
ActiveSupport::Callbacks
Included in:
Base
Defined in:
lib/action_mailbox/callbacks.rb

Overview

Defines the callbacks related to processing.

Constant Summary collapse

TERMINATOR =
->(mailbox, chain) do
  chain.call
  mailbox.finished_processing?
end