Files
fizzy/app/models/notifier/events/commented.rb
T
2025-04-22 11:26:56 +02:00

7 lines
119 B
Ruby

class Notifier::Events::Commented < Notifier::Events::Base
private
def resource
source.comment
end
end