Sha256: 050f94b63fa5923def3f1bf916127bfa036d2d14ce24974df1c5e6cd1232f6bd
Contents?: true
Size: 328 Bytes
Versions: 34
Compression:
Stored size: 328 Bytes
Contents
module Kithe app_superclass = begin ApplicationJob rescue NameError ActiveJob::Base end # Just a superclass for all kithe jobs, to make it easier to do track them or put them all in a # certain queue or whatever. Will inherit from local app ApplicationJob if it exists. Job = Class.new(app_superclass) end
Version data entries
34 entries across 34 versions & 1 rubygems