method
prevent_writes
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::ConnectionHandler
prevent_writes()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/connection_handler.rb, line 83
def prevent_writes # :nodoc:
ActiveSupport::IsolatedExecutionState[:active_record_prevent_writes]
end