Class: Notifications::Mentioned
- Inherits:
-
Notification
- Object
- Notification
- Notifications::Mentioned
- Defined in:
- app/models/notifications/mentioned.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) mail_job
2 3 4 |
# File 'app/models/notifications/mentioned.rb', line 2 def mail_job Job::MailMentioned end |
- (Object) popup_translation_key
5 6 7 |
# File 'app/models/notifications/mentioned.rb', line 5 def popup_translation_key 'notifications.mentioned' end |