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