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