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