Class: ActiveRecord::ConnectionAdapters::NullPool::NullConfig
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
13 14 15 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb', line 13 def method_missing(...) nil end |