method
cache_fixtures
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::FixtureSet
cache_fixtures(connection_pool, fixtures_map)public
No documentation available.
# 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