Method: ActiveRecord::ConnectionAdapters::StatementPool#length
- Defined in:
- activerecord/lib/active_record/connection_adapters/statement_pool.rb
#length ⇒ Object
27 28 29 |
# File 'activerecord/lib/active_record/connection_adapters/statement_pool.rb', line 27 def length cache.length end |