method

new

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: PoolConfig
new(connection_klass, db_config) 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 20
      def initialize(connection_klass, db_config)
        super()
        @connection_klass = connection_klass
        @db_config = db_config
        @pool = nil
        INSTANCES[self] = self
      end
Register or log in to add new notes.