class ActiveRecord::ConnectionAdapters::ConnectionHandler

def prevent_writes=(prevent_writes) # :nodoc:

:nodoc:
def prevent_writes=(prevent_writes) # :nodoc:
  ActiveSupport::IsolatedExecutionState[:active_record_prevent_writes] = prevent_writes
end