Class: Job::MailMentioned

Inherits:
Base
  • Object
show all
Defined in:
app/models/jobs/mail_mentioned.rb

Class Method Summary (collapse)

Methods inherited from Base

perform

Methods included from ResqueJobLogging

#application_trace, #around_perform_log_job

Class Method Details

+ (Object) perform_delegate(recipient_id, actor_id, target_id)



9
10
11
12
13
# File 'app/models/jobs/mail_mentioned.rb', line 9

def self.perform_delegate(recipient_id, actor_id, target_id)
  
  Notifier.mentioned( recipient_id, actor_id, target_id).deliver

end