Class: ActiveRecord::ConnectionAdapters::NullPool
- Inherits:
-
Object
- Object
- ActiveRecord::ConnectionAdapters::NullPool
- Includes:
- AbstractPool
- Defined in:
- 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.
Instance Method Summary collapse
Methods included from AbstractPool
#get_schema_cache, #set_schema_cache
Instance Attribute Details
#schema_cache ⇒ Object
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_klass ⇒ Object
27 28 29 |
# File 'lib/active_record/connection_adapters/abstract/connection_pool.rb', line 27 def connection_klass nil end |