Method: ActiveRecord::ConnectionAdapters::ConnectionHandler#prevent_writes
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/connection_handler.rb
#prevent_writes ⇒ Object
:nodoc:
79 80 81 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/connection_handler.rb', line 79 def prevent_writes # :nodoc: ActiveSupport::IsolatedExecutionState[:active_record_prevent_writes] end |