Class: Ship::DriverOcrJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/ship/driver_ocr_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(driver) ⇒ Object



4
5
6
7
# File 'app/jobs/ship/driver_ocr_job.rb', line 4

def perform(driver)
  driver.ocr
  driver.for_update
end