class ActiveRecord::ConnectionAdapters::SchemaCache

def tables_to_cache

def tables_to_cache
  connection.data_sources.reject do |table|
    ignored_table?(table)
  end
end