5 lines
94 B
Ruby
5 lines
94 B
Ruby
class Notifications::Mentioned < Notification
|
|
def mail_job
|
|
Job::MailMentioned
|
|
end
|
|
end
|