Open
Description
Similar to what we do for ActiveRecord callbacks, we could support the 3 callbacks that ActionMailbox provides:
- around_processing
- before_processing
- after_processing
https://api.rubyonrails.org/classes/ActionMailbox/Callbacks.html
Similar to what we do for ActiveRecord callbacks, we could support the 3 callbacks that ActionMailbox provides:
https://api.rubyonrails.org/classes/ActionMailbox/Callbacks.html
Activity
aniketpatidar commentedon Jul 30, 2024
I would like to tackle this one!
domingo2000 commentedon Jun 1, 2025
@andyw8 I just added a PR to solve this by reusing the implementation for ActiveRecord callbacks. Happy to receive feedback!