diff --git a/app/models/card/cacheable.rb b/app/models/card/cacheable.rb index a3047c88d..df18e3671 100644 --- a/app/models/card/cacheable.rb +++ b/app/models/card/cacheable.rb @@ -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)