Class: Zizia::CsvImport

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/zizia/csv_import.rb

Instance Method Summary collapse

Instance Method Details

#queue_start_jobObject



16
17
18
19
# File 'app/models/zizia/csv_import.rb', line 16

def queue_start_job
  StartCsvImportJob.perform_later(id)
  # TODO: We'll probably need to store job_id on this record.
end