Class: Notifications::AlsoCommented

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


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

def popup_translation_key
  'notifications.also_commented'
end