method

prevent_writes

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

No documentation available.

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