module ActiveSupport::Callbacks
def halted_callback_hook(filter)
This can be overridden in AS::Callback implementors in order
A hook invoked every time a before callback is halted.
def halted_callback_hook(filter) end
def halted_callback_hook(filter) end