Flowdock
method

halted_callback_hook

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Instrumentation
halted_callback_hook(*) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/instrumentation.rb, line 35
      def halted_callback_hook(*)
        super
        @_halted_callback_hook_called = true
      end
Register or log in to add new notes.