Use etag for collections/edit

This commit is contained in:
David Heinemeier Hansson
2025-11-03 17:28:16 +01:00
parent 56e4cdabd6
commit f3c602da21
@@ -6,6 +6,7 @@ class Cards::CollectionsController < ApplicationController
def edit
@collections = Current.user.collections.ordered_by_recently_accessed
fresh_when @collections
end
def update