Class: EventImportFileJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/event_import_file_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(event_import_file) ⇒ Object



4
5
6
# File 'app/jobs/event_import_file_job.rb', line 4

def perform(event_import_file)
  event_import_file.import_start
end