method
current_thread
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::IsolatedExecutionState
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