Class: Ship::DriverOcrJob
- Inherits:
-
ApplicationJob
- Object
- ApplicationJob
- Ship::DriverOcrJob
- 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 |