diff --git a/app/controllers/concerns/collection_scoped.rb b/app/controllers/concerns/collection_scoped.rb index 0ca968fbf..6ff65baf9 100644 --- a/app/controllers/concerns/collection_scoped.rb +++ b/app/controllers/concerns/collection_scoped.rb @@ -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