method

prevent_writes=

rails latest stable - Class: ActiveRecord::ConnectionAdapters::ConnectionHandler
prevent_writes=(prevent_writes)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/connection_handler.rb, line 89
      def prevent_writes=(prevent_writes) # :nodoc:
        ActiveSupport::IsolatedExecutionState[:active_record_prevent_writes] = prevent_writes
      end