module CarrierWave::Workers::ClassMethods

Public Instance Methods

perform(*args) click to toggle source
# File lib/backgrounder/workers/class_methods.rb, line 7
def perform(*args)
  new(*args).perform
end