class ActiveRecord::ExplainRegistry

def instance

def instance
  ActiveSupport::IsolatedExecutionState[:active_record_explain_registry] ||= new
end