8 lines
172 B
Ruby
8 lines
172 B
Ruby
class Notifications::CommentOnPost < Notification
|
|
def mail_job
|
|
Job::MailCommentOnPost
|
|
end
|
|
def popup_translation_key
|
|
'notifications.comment_on_post'
|
|
end
|
|
end
|