Class: ChecksReadyToPrintWorker
- Inherits:
-
Object
- Object
- ChecksReadyToPrintWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/checks_ready_to_print_worker.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
6 7 8 |
# File 'app/workers/checks_ready_to_print_worker.rb', line 6 def perform OutgoingPayment.send_checks_ready_to_print_notification end |