Class: ActiveRecord::ConnectionAdapters::NullAdapter

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/active_record/connection_adapters/null_adapter.rb

Instance Method Summary collapse

Instance Method Details

#schema_cacheObject



9
10
11
# File 'lib/active_record/connection_adapters/null_adapter.rb', line 9

def schema_cache
  NullSchemaCache.new
end