Class: ActiveRecord::ConnectionAdapters::NullAdapter
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- ActiveRecord::ConnectionAdapters::NullAdapter
- Defined in:
- lib/active_record/connection_adapters/null_adapter.rb
Instance Method Summary collapse
Instance Method Details
#schema_cache ⇒ Object
9 10 11 |
# File 'lib/active_record/connection_adapters/null_adapter.rb', line 9 def schema_cache NullSchemaCache.new end |