method
tables_to_cache
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaCache
tables_to_cache()private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 198
def tables_to_cache
connection.data_sources.reject do |table|
ignored_table?(table)
end
end