Module: ActiveRecordHostPool::PoolConfigPatch
- Defined in:
- lib/active_record_host_pool/connection_adapter_mixin.rb
Instance Method Summary collapse
Instance Method Details
#pool ⇒ Object
119 120 121 |
# File 'lib/active_record_host_pool/connection_adapter_mixin.rb', line 119 def pool @pool || synchronize { @pool ||= ActiveRecordHostPool::PoolProxy.new(self) } end |