instance method
tables_to_cache
Ruby on Rails 7.1.6
Since v7.0.10 PrivateSignature
tables_to_cache(connection)
No documentation comment.
Parameters
-
connectionreq
Source
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 429
def tables_to_cache(connection)
connection.data_sources.reject do |table|
ignored_table?(table)
end
end
Defined in activerecord/lib/active_record/connection_adapters/schema_cache.rb line 429
· View on GitHub
· Improve this page
· Find usages on GitHub