diaspora/app/models/notifications/also_commented.rb

8 lines
151 B
Ruby

class Notifications::AlsoCommented < Notification
def mail_job
Job::MailAlsoCommented
end
def translation_key
'also_commented'
end
end