Class: ActiveRecord::ConnectionAdapters::NullPool

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

Overview

:nodoc:

Instance Attribute Summary collapse

Method Summary

Methods included from AbstractPool

#get_schema_cache, #set_schema_cache

Instance Attribute Details

#schema_cacheObject

Returns the value of attribute schema_cache



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

def schema_cache
  @schema_cache
end