class ActiveType::NoTable::DummyConnection
Attributes
schema_cache[R]
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/active_type/no_table.rb, line 122 def initialize(*) super @schema_cache = DummySchemaCache.new end