Comments are not currently used as notifiables

This commit is contained in:
David Heinemeier Hansson
2025-04-12 11:18:59 +02:00
parent 9f1c3ae046
commit cef8899bda
+1 -1
View File
@@ -1,5 +1,5 @@
class Comment < ApplicationRecord
include Messageable, Notifiable, Searchable
include Messageable, Searchable
belongs_to :creator, class_name: "User", default: -> { Current.user }
has_many :reactions, dependent: :delete_all