Sha256: 70019e9722657b6aedd8fbc70fa21ece251f744c1a5e30af8311142c129680da
Contents?: true
Size: 349 Bytes
Versions: 1
Compression:
Stored size: 349 Bytes
Contents
module FourthBase module Forced def connection_pool FourthBase::Base.connection_pool end def retrieve_connection FourthBase::Base.retrieve_connection end def connected? FourthBase::Base.connected? end def remove_connection(klass = self) FourthBase::Base.remove_connection end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fourthbase-2.1.2 | lib/fourth_base/forced.rb |