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