module MultiBackgroundJob::Workers::Faktory
Public Class Methods
extended(base)
click to toggle source
# File lib/multi_background_job/workers/faktory.rb, line 8 def self.extended(base) base.include(::Faktory::Job) if defined?(::Faktory) base.extend SharedClassMethods base.extend ClassMethods end