Class: SpreeCmCommissioner::AccountDeletionCronJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/spree_cm_commissioner/account_deletion_cron_job.rb

Instance Method Summary collapse

Methods included from ApplicationJobDecorator

handle_deserialization_error, prepended

Instance Method Details

#performObject



3
4
5
# File 'app/jobs/spree_cm_commissioner/account_deletion_cron_job.rb', line 3

def perform
  SpreeCmCommissioner::AccountDeletionCronExecutor.call
end