8 lines
182 B
Ruby
8 lines
182 B
Ruby
class Notifications::RequestAccepted < Notification
|
|
def mail_job
|
|
Jobs::Mail::RequestAcceptance
|
|
end
|
|
def popup_translation_key
|
|
'notifications.request_accepted'
|
|
end
|
|
end
|