Track events for new comments too
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Notifier::Commented < Notifier
|
||||
private
|
||||
def body
|
||||
"#{creator.name} commented on: #{bubble.title}"
|
||||
end
|
||||
|
||||
def recipients
|
||||
bubble.bucket.users.without(creator)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user