Files
growstuff/app/views/home/_crops.html.haml
Brenda Wallace 724ba246a3 More crops
2020-02-19 17:00:06 +13:00

5 lines
178 B
Plaintext

- cache cache_key_for(Crop, 'homepage'), expires_in: 1.day do
.index-cards
- CropSearchService.random_with_photos(20).each do |c|
= render 'crops/thumbnail', crop: c