Scope collections to column
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user