method

current_thread

rails latest stable - Class: ActiveSupport::IsolatedExecutionState

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

current_thread()
private

No documentation available.

# File activesupport/lib/active_support/isolated_execution_state.rb, line 45
        def current_thread
          Thread.current.active_support_execution_state ||= {}
        end