Class: Chaskiq::ListImporterJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- Chaskiq::ListImporterJob
- Defined in:
- app/jobs/chaskiq/list_importer_job.rb
Instance Method Summary collapse
-
#perform(list, file) ⇒ Object
send to all list with state passive & subscribed.
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 |