instance method
open_transactions
Ruby on Rails 4.1.16
Since v2.2.3 Last seen in v4.1.16Signature
open_transactions()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 326
def open_transactions
@transaction.number
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 326
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter