This commit is contained in:
Jorge Manrubia
2025-04-24 12:34:33 +02:00
parent 13b0c0fc41
commit aee7f4f886
-4
View File
@@ -31,8 +31,4 @@ class Card < ApplicationRecord
def cache_key
[ super, collection.name ].compact.join("/")
end
def was_mentioned(mention)
watch_by(mention.mentionee)
end
end