method
all_connection_pools
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::ConnectionHandler
all_connection_pools()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 1034
def all_connection_pools
owner_to_pool_manager.values.flat_map { |m| m.pool_configs.map(&:pool) }
end