class method
self.fixture_is_cached?
Ruby on Rails 8.1.2
Since v4.0.13Signature
self.fixture_is_cached?(connection_pool, table_name)
No documentation comment.
Parameters
-
connection_poolreq -
table_namereq
Source
# File activerecord/lib/active_record/fixtures.rb, line 564
def fixture_is_cached?(connection_pool, table_name)
cache_for_connection_pool(connection_pool)[table_name]
end
Defined in activerecord/lib/active_record/fixtures.rb line 564
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FixtureSet