method
connection_pool
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionHandling
connection_pool()public
No documentation available.
# File activerecord/lib/active_record/connection_handling.rb, line 113
def connection_pool
connection_handler.retrieve_connection_pool(connection_specification_name) || raise(ConnectionNotEstablished)
end