Class: Iron::ExportJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/iron/export_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(export) ⇒ Object



5
6
7
# File 'app/jobs/iron/export_job.rb', line 5

def perform(export)
  export.process
end