method
store
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::ExecutionContext
store()private
No documentation available.
# File activesupport/lib/active_support/execution_context.rb, line 48
def store
IsolatedExecutionState[:active_support_execution_context] ||= {}
end