Class: SpreeCmCommissioner::ShowContestants::ImportJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/spree_cm_commissioner/show_contestants/import_job.rb

Instance Method Summary collapse

Methods included from ApplicationJobDecorator

handle_deserialization_error, prepended

Instance Method Details

#perform(import_id) ⇒ Object



4
5
6
# File 'app/jobs/spree_cm_commissioner/show_contestants/import_job.rb', line 4

def perform(import_id)
  SpreeCmCommissioner::Imports::Contestants::Create.new(import_id: import_id).call
end