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

Version Path
kithe-2.16.0 app/jobs/kithe/job.rb
kithe-2.15.1 app/jobs/kithe/job.rb
kithe-2.15.0 app/jobs/kithe/job.rb
kithe-2.14.0 app/jobs/kithe/job.rb
kithe-2.13.0 app/jobs/kithe/job.rb
kithe-2.12.0 app/jobs/kithe/job.rb
kithe-2.11.0 app/jobs/kithe/job.rb
kithe-2.10.0 app/jobs/kithe/job.rb
kithe-2.9.1 app/jobs/kithe/job.rb
kithe-2.9.0 app/jobs/kithe/job.rb
kithe-2.8.0 app/jobs/kithe/job.rb
kithe-2.7.1 app/jobs/kithe/job.rb
kithe-2.7.0 app/jobs/kithe/job.rb
kithe-2.6.1 app/jobs/kithe/job.rb
kithe-2.6.0 app/jobs/kithe/job.rb
kithe-2.5.0 app/jobs/kithe/job.rb
kithe-2.4.0 app/jobs/kithe/job.rb
kithe-2.3.0 app/jobs/kithe/job.rb
kithe-2.2.0 app/jobs/kithe/job.rb
kithe-2.1.0 app/jobs/kithe/job.rb