From f3c602da2104472951d56526ab9cfb91bbff1b5b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 3 Nov 2025 17:28:16 +0100 Subject: [PATCH] Use etag for collections/edit --- app/controllers/cards/collections_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/cards/collections_controller.rb b/app/controllers/cards/collections_controller.rb index cd709fb25..791fd945e 100644 --- a/app/controllers/cards/collections_controller.rb +++ b/app/controllers/cards/collections_controller.rb @@ -6,6 +6,7 @@ class Cards::CollectionsController < ApplicationController def edit @collections = Current.user.collections.ordered_by_recently_accessed + fresh_when @collections end def update