class ActiveRecord::ConnectionAdapters::ConnectionHandler

def prevent_writes # :nodoc:

:nodoc:
def prevent_writes # :nodoc:
  ActiveSupport::IsolatedExecutionState[:active_record_prevent_writes]
end