method
retrieve_connection
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionHandling
retrieve_connection()public
No documentation available.
# File activerecord/lib/active_record/connection_handling.rb, line 346
def retrieve_connection
connection_handler.retrieve_connection(connection_specification_name, role: current_role, shard: current_shard)
end