method
connection_pool
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionHandling
connection_pool()public
No documentation available.
# File activerecord/lib/active_record/connection_handling.rb, line 330
def connection_pool
connection_handler.retrieve_connection_pool(connection_specification_name, role: current_role, shard: current_shard, strict: true)
end