Class: CommandTower::Messaging::HandoffRecoveryJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/command_tower/messaging/handoff_recovery_job.rb

Instance Method Summary collapse

Methods inherited from ApplicationJob

#execute_workflow

Instance Method Details

#performObject



8
9
10
# File 'app/jobs/command_tower/messaging/handoff_recovery_job.rb', line 8

def perform
  Handoff::Recovery.call
end