This commit is contained in:
Jorge Manrubia
2025-07-24 16:10:10 +02:00
parent e61ee25b47
commit b2ee79bbd0
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class Card < ApplicationRecord
end
def cache_key
[super, collection.name].compact.join("/")
[ super, collection.name ].compact.join("/")
end
def card