-
- Downloads
Fix cache_collection crashing when given an empty collection (#15921)
* Fix cache_collection crashing when given an empty collection * Add tests
Showing
- app/controllers/concerns/cache_concern.rb 3 additions, 1 deletionapp/controllers/concerns/cache_concern.rb
- app/lib/entity_cache.rb 3 additions, 1 deletionapp/lib/entity_cache.rb
- spec/controllers/concerns/cache_concern_spec.rb 40 additions, 0 deletionsspec/controllers/concerns/cache_concern_spec.rb
- spec/lib/entity_cache_spec.rb 19 additions, 0 deletionsspec/lib/entity_cache_spec.rb
spec/lib/entity_cache_spec.rb
0 → 100644
Please register or sign in to comment