Growstuff/growstuff

View on GitHub
app/views/home/_crops.html.haml

Summary

Maintainability
Test Coverage
- 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