8 lines
171 B
Ruby
8 lines
171 B
Ruby
class Notifications::AlsoCommented < Notification
|
|
def mail_job
|
|
Job::MailAlsoCommented
|
|
end
|
|
def popup_translation_key
|
|
'notifications.also_commented'
|
|
end
|
|
end
|