method
increment_open_transactions
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::AbstractAdapter
increment_open_transactions()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 387
def increment_open_transactions
ActiveSupport::Deprecation.warn "#increment_open_transactions is deprecated and has no effect"
end