Class: ActiveRecord::ConnectionAdapters::NullPool::NullConfig

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

Overview

:nodoc:

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject



18
19
20
# File 'lib/active_record/connection_adapters/abstract/connection_pool.rb', line 18

def method_missing(...)
  nil
end