Class: Notifications::Liked

Inherits:
Notification
  • Object
show all
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


5
6
7
# File 'app/models/notifications/liked.rb', line 5

def popup_translation_key
  'notifications.liked'
end