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