Scope collections to column

This commit is contained in:
Jorge Manrubia
2025-10-30 12:32:20 +01:00
parent b0e5a5ccb5
commit 1d12ecc65b
@@ -11,6 +11,6 @@ module CollectionScoped
end
def cards_fresh_when(cards)
fresh_when etag: [ cards, @collection.entropy_configuration, @collection.name, Column.all ]
fresh_when etag: [ cards, @collection.entropy_configuration, @collection.name, @collection.columns.all ]
end
end