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 Attribute Summary collapse

Instance Method Summary collapse

Methods included from AbstractPool

#get_schema_cache, #set_schema_cache

Instance Attribute Details

#schema_cacheObject

Returns the value of attribute schema_cache.



25
26
27
# File 'lib/active_record/connection_adapters/abstract/connection_pool.rb', line 25

def schema_cache
  @schema_cache
end

Instance Method Details

#connection_klassObject



27
28
29
# File 'lib/active_record/connection_adapters/abstract/connection_pool.rb', line 27

def connection_klass
  nil
end