459 460 461 462 463 464
# File 'lib/model_set.rb', line 459 def sync_models if size <= MAX_CACHE_SIZE fetch_models(model_ids) end self end