Files
fizzy/app/models/notifier/commented.rb
T
2025-01-14 13:08:12 +00:00

7 lines
96 B
Ruby

class Notifier::Commented < Notifier
private
def resource
event.comment
end
end