method
establish_connection
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::ConnectionHandler
establish_connection(spec)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 840
def establish_connection(spec)
owner_to_pool[spec.name] = ConnectionAdapters::ConnectionPool.new(spec)
end