lardawge/carrierwave_backgrounder

View on GitHub
lib/backgrounder/workers/active_job/process_asset.rb

Summary

Maintainability
A
0 mins
Test Coverage
# encoding: utf-8
require 'backgrounder/workers/process_asset_mixin'

module CarrierWave
  module Workers
    module ActiveJob

      class ProcessAsset < ::ActiveJob::Base
        include CarrierWave::Workers::ProcessAssetMixin
      end

    end # ActiveJob
  end # Workers
end # Backgrounder