method

current_thread

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