Sha256: bb654dc75433816c70c8ede18f59e367846a88671f8f8476fe9edae647502ef6
Contents?: true
Size: 349 Bytes
Versions: 10
Compression:
Stored size: 349 Bytes
Contents
module SecondBase module Forced def connection_pool SecondBase::Base.connection_pool end def retrieve_connection SecondBase::Base.retrieve_connection end def connected? SecondBase::Base.connected? end def remove_connection(klass = self) SecondBase::Base.remove_connection end end end
Version data entries
10 entries across 10 versions & 1 rubygems