Class: ActiveRecord::ConnectionAdapters::NullPool

Inherits:
Object
  • Object
show all
Includes:
AbstractPool
Defined in:
lib/active_record/connection_adapters/abstract/connection_pool.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from AbstractPool

#get_schema_cache, #set_schema_cache

Constructor Details

#initializeNullPool

Returns a new instance of NullPool.



38
39
40
# File 'lib/active_record/connection_adapters/abstract/connection_pool.rb', line 38

def initialize
  @schema_cache = nil
end