lib/backgrounder/workers/process_asset.rb in carrierwave_backgrounder-1.0.0.beta vs lib/backgrounder/workers/process_asset.rb in carrierwave_backgrounder-1.0.0.beta.2
- old
+ new
@@ -1,5 +1,7 @@
# encoding: utf-8
+require 'backgrounder/workers/process_asset_mixin'
+
module CarrierWave
module Workers
class ProcessAsset
include CarrierWave::Workers::ProcessAssetMixin