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