class method
self.fixture_is_cached?
Ruby on Rails 5.0.7.2
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 442
def self.fixture_is_cached?(connection, table_name)
cache_for_connection(connection)[table_name]
end
Defined in activerecord/lib/active_record/fixtures.rb line 442
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FixtureSet