instance method
increment_open_transactions
Ruby on Rails 4.0.13
Since v2.2.3 Last seen in v4.0.13Signature
increment_open_transactions()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 394
def increment_open_transactions
ActiveSupport::Deprecation.warn "#increment_open_transactions is deprecated and has no effect"
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 394
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter