instance method
before_processing
Ruby on Rails 7.0.10
Since v6.0.6Signature
before_processing(*methods, &block)
No documentation comment.
Parameters
-
methodsrest -
blockblock
Source
# File actionmailbox/lib/action_mailbox/callbacks.rb, line 21
def before_processing(*methods, &block)
set_callback(:process, :before, *methods, &block)
end
Defined in actionmailbox/lib/action_mailbox/callbacks.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::Callbacks