Class: ChecksPendingReviewWorker
- Inherits:
-
Object
- Object
- ChecksPendingReviewWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/checks_pending_review_worker.rb
Overview
Sidekiq worker: checks pending review.
Instance Method Summary collapse
-
#perform ⇒ Object
Runs the job.
Instance Method Details
#perform ⇒ Object
Runs the job.
10 11 12 |
# File 'app/workers/checks_pending_review_worker.rb', line 10 def perform OutgoingPayment.send_checks_pending_review_notification end |