This commit is contained in:
Jorge Manrubia
2025-09-18 12:19:33 +02:00
parent 8b827d2baf
commit 98edc2cdfb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class Cards::Columns
end
def cache_key
ActiveSupport::Cache.expand_cache_key([considering, on_deck, doing, closed, Workflow.all, user_filtering])
ActiveSupport::Cache.expand_cache_key([ considering, on_deck, doing, closed, Workflow.all, user_filtering ])
end
private
+1 -1
View File
@@ -13,6 +13,6 @@ class Cards::Columns::Column
end
def cache_key
ActiveSupport::Cache.expand_cache_key([cards])
ActiveSupport::Cache.expand_cache_key([ cards ])
end
end