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