class ActiveType::NoTable::DummySchemaCache

Public Instance Methods

clear_data_source_cache!(table_name) click to toggle source
# File lib/active_type/no_table.rb, line 113
def clear_data_source_cache!(table_name)
end
columns_hash(table_name) click to toggle source
# File lib/active_type/no_table.rb, line 101
def columns_hash(table_name)
  {}
end
columns_hash?(table_name) click to toggle source
# File lib/active_type/no_table.rb, line 105
def columns_hash?(table_name)
  return false
end
data_source_exists?(table_name) click to toggle source
# File lib/active_type/no_table.rb, line 109
def data_source_exists?(table_name)
  false
end