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