Class: Notifications::StartedSharing

Inherits:
Notification
  • Object
show all
Defined in:
app/models/notifications/started_sharing.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) email_the_user(target, actor)



10
11
12
# File 'app/models/notifications/started_sharing.rb', line 10

def (target, actor)
  super(target.sender, actor)
end

- (Object) mail_job



2
3
4
# File 'app/models/notifications/started_sharing.rb', line 2

def mail_job
  Job::MailStartedSharing
end


6
7
8
# File 'app/models/notifications/started_sharing.rb', line 6

def popup_translation_key
  'notifications.started_sharing'
end