method
around_processing
v7.1.3.4 -
Show latest stable
- Class:
ActionMailbox::Callbacks
around_processing(*methods, &block)public
No documentation available.
# File actionmailbox/lib/action_mailbox/callbacks.rb, line 31
def around_processing(*methods, &block)
set_callback(:process, :around, *methods, &block)
end