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 Method Summary collapse
-
#initialize ⇒ NullPool
constructor
A new instance of NullPool.
Methods included from AbstractPool
#get_schema_cache, #set_schema_cache
Constructor Details
#initialize ⇒ NullPool
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 |