From 22638371c245141e89b5bf17c0f171ea883aece2 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Tue, 28 Apr 2026 13:01:02 +0930 Subject: [PATCH] Update _harvests.html.haml --- app/views/crops/_harvests.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/crops/_harvests.html.haml b/app/views/crops/_harvests.html.haml index 1d80f8b27..54ecf142a 100644 --- a/app/views/crops/_harvests.html.haml +++ b/app/views/crops/_harvests.html.haml @@ -7,7 +7,6 @@ %ul.list-group.list-group-flush - Rails.cache.fetch([crop, "recent_harvests", Time.zone.today]) do - Harvest.where(crop: crop).includes(:owner).order(harvested_at: :desc).limit(3).each do |harvest| - - cache [harvest, Time.zone.today] do %li.list-group-item = link_to harvest_path(harvest), class: 'card-link' do = harvest_icon