Class: ScheduleWorkers::RemovePastPendingTransaction
- Inherits:
-
ApplicationWorker
- Object
- ApplicationWorker
- ScheduleWorkers::RemovePastPendingTransaction
- Defined in:
- app/workers/schedule_workers/remove_past_pending_transaction.rb
Instance Method Summary collapse
Methods inherited from ApplicationWorker
Instance Method Details
#perform ⇒ Object
7 8 9 |
# File 'app/workers/schedule_workers/remove_past_pending_transaction.rb', line 7 def perform PendingTransaction.past_scope.destroy_all end |