Class: Notifications::RequestAccepted
- Inherits:
-
Notification
- Object
- Notification
- Notifications::RequestAccepted
- Defined in:
- app/models/notifications/request_accepted.rb
Instance Method Summary collapse
Instance Method Details
#mail_job ⇒ Object
2 3 4 |
# File 'app/models/notifications/request_accepted.rb', line 2 def mail_job Workers::Mail::RequestAcceptance end |
#popup_translation_key ⇒ Object
5 6 7 |
# File 'app/models/notifications/request_accepted.rb', line 5 def popup_translation_key 'notifications.request_accepted' end |