instance method
halted_callback_hook
Ruby on Rails 4.0.13
Since v3.2.22.5 PrivateSignature
halted_callback_hook(filter)
A hook invoked everytime a before callback is halted. This can be overridden in AS::Callback implementors in order to provide better debugging/logging.
Parameters
-
filterreq
Source
# File activesupport/lib/active_support/callbacks.rb, line 88
def halted_callback_hook(filter)
end
Defined in activesupport/lib/active_support/callbacks.rb line 88
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Callbacks