Class: Chaskiq::ListImporterJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
app/jobs/chaskiq/list_importer_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(list, file) ⇒ Object

send to all list with state passive & subscribed



7
8
9
# File 'app/jobs/chaskiq/list_importer_job.rb', line 7

def perform(list, file)
  list.import_csv(file)
end