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