class method
self.cache_fixtures
Ruby on Rails 7.2.3
Since v4.0.13Signature
self.cache_fixtures(connection_pool, fixtures_map)
No documentation comment.
Parameters
-
connection_poolreq -
fixtures_mapreq
Source
# File activerecord/lib/active_record/fixtures.rb, line 578
def cache_fixtures(connection_pool, fixtures_map)
cache_for_connection_pool(connection_pool).update(fixtures_map)
end
Defined in activerecord/lib/active_record/fixtures.rb line 578
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FixtureSet