Class: ActiveRecord::ConnectionAdapters::NullPool
- Includes:
- AbstractPool
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#schema_cache ⇒ Object
Returns the value of attribute schema_cache.
Method Summary
Methods included from AbstractPool
#get_schema_cache, #set_schema_cache
Instance Attribute Details
#schema_cache ⇒ Object
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 |