Module: ActiveRecordHostPool::PoolConfigPatch

Defined in:
lib/active_record_host_pool/connection_adapter_mixin.rb

Instance Method Summary collapse

Instance Method Details

#poolObject



127
128
129
# File 'lib/active_record_host_pool/connection_adapter_mixin.rb', line 127

def pool
  @pool || synchronize { @pool ||= ActiveRecordHostPool::PoolProxy.new(self) }
end