Method: ActiveSupport::ExecutionContext.clear

Defined in:
lib/active_support/execution_context.rb

.clearObject



96
97
98
# File 'lib/active_support/execution_context.rb', line 96

def clear
  IsolatedExecutionState[:active_support_execution_context] = nil
end