Class: Job::MailMentioned
- Inherits:
-
Base
- Object
- Base
- Job::MailMentioned
- Defined in:
- app/models/jobs/mail_mentioned.rb
Class Method Summary (collapse)
Methods inherited from Base
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 |