Method: ActiveRecord::ConnectionAdapters::ConnectionPool#size
- Defined in:
- lib/active_record/connection_adapters/abstract/connection_pool.rb
#size ⇒ Object
Returns the value of attribute max_connections.
241 242 243 |
# File 'lib/active_record/connection_adapters/abstract/connection_pool.rb', line 241 def max_connections @max_connections end |