5 lines
102 B
Ruby
5 lines
102 B
Ruby
class Notifications::AlsoCommented < Notification
|
|
def mail_job
|
|
Job::MailAlsoCommented
|
|
end
|
|
end
|