8 lines
148 B
Ruby
8 lines
148 B
Ruby
class Notifications::Liked < Notification
|
|
def mail_job
|
|
Job::Mail::Liked
|
|
end
|
|
def popup_translation_key
|
|
'notifications.liked'
|
|
end
|
|
end
|