instance method
tables_to_cache
Ruby on Rails 7.0.10
Since v7.0.10 PrivateSignature
tables_to_cache()
No documentation comment.
Source
# 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
Defined in activerecord/lib/active_record/connection_adapters/schema_cache.rb line 198
· View on GitHub
· Improve this page
· Find usages on GitHub