Class: Kithe::CreateDerivativesJob

Inherits:
Job
  • Object
show all
Defined in:
app/jobs/kithe/create_derivatives_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(asset) ⇒ Object



3
4
5
# File 'app/jobs/kithe/create_derivatives_job.rb', line 3

def perform(asset)
    asset.create_derivatives
end