method

new

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: PoolConfig
new(connection_class, db_config, role, shard) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/pool_config.rb, line 29 def initialize(connection_class, db_config, role, shard) super() @connection_class = connection_class @db_config = db_config @role = role @shard = shard @pool = nil INSTANCES[self] = self end
Register or log in to add new notes.