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