Merge pull request #1348 from basecamp/column-invalidation
Invalidate cards when columns are added/removed
This commit is contained in:
@@ -17,7 +17,7 @@ module Card::Cacheable
|
||||
end
|
||||
|
||||
def for_perma(*other)
|
||||
[ card, User.all, Tag.all, *other ]
|
||||
[ card, User.all, Tag.all, Column.all, *other ]
|
||||
end
|
||||
|
||||
def for_preview(*other)
|
||||
|
||||
Reference in New Issue
Block a user