Sha256: 3b43ab2ce0c801abc14087845afdfcaef033f252878cee1163256a7a6cce3871

Contents?: true

Size: 167 Bytes

Versions: 5

Compression:

Stored size: 167 Bytes

Contents

module Kithe
  class CreateDerivativesJob < Job
    def perform(asset, mark_created: nil)
      asset.create_derivatives(mark_created: mark_created)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kithe-1.1.1 app/jobs/kithe/create_derivatives_job.rb
kithe-1.1.0 app/jobs/kithe/create_derivatives_job.rb
kithe-1.0.0 app/jobs/kithe/create_derivatives_job.rb
kithe-0.3.0 app/jobs/kithe/create_derivatives_job.rb
kithe-0.2.0 app/jobs/kithe/create_derivatives_job.rb