Class: ScheduleWorkers::RemovePastPendingTransaction

Inherits:
ApplicationWorker show all
Defined in:
app/workers/schedule_workers/remove_past_pending_transaction.rb

Instance Method Summary collapse

Methods inherited from ApplicationWorker

unlimited_retry

Instance Method Details

#performObject



7
8
9
# File 'app/workers/schedule_workers/remove_past_pending_transaction.rb', line 7

def perform
  PendingTransaction.past_scope.destroy_all
end