method
current_thread
rails 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