Sha256: 19bbd606a7e97d4d04a86636279f5dcbe0262f36bf587da8da88f8d0dad443d0
Contents?: true
Size: 118 Bytes
Versions: 2
Compression:
Stored size: 118 Bytes
Contents
class FoobarCleanupJob < ActiveJob::Base queue_as :default def perform(*args) # Do something later end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vitals-0.4.0 | integration/multiverse/rails42_app/app/jobs/foobar_cleanup_job.rb |
vitals-0.3.0 | integration/multiverse/rails42_app/app/jobs/foobar_cleanup_job.rb |