method
halted_callback_hook
v7.1.3.2 -
Show latest stable
- Class:
ActiveJob::Instrumentation
halted_callback_hook(*)private
No documentation available.
# File activejob/lib/active_job/instrumentation.rb, line 47
def halted_callback_hook(*)
super
@_halted_callback_hook_called = true
end