palkan / active_delivery

Ruby framework for keeping all types of notifications (mailers, push notifications, whatever) in one place

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skip callback

benebrice opened this issue · comments

Is your feature request related to a problem? Please describe.

If you want to avoid a callback for a specific method, skip is not implemented

Describe the solution you'd like

Something like AbstractController::Callbacks

Describe alternatives you've considered

Currently, the only solution to do that is to redefine the callback on the child class and use except.

Thanks for the suggestion!

Will add in the next release.