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