Sha256: 93c4f83e8a0077103a203d90d505dcf1b56ed1eaaf231bf871e007bad738b5da
Contents?: true
Size: 122 Bytes
Versions: 2
Compression:
Stored size: 122 Bytes
Contents
class ApplicationJob < ActiveJob::Base active_job_channel def perform fake end private def fake; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_job_channel-0.0.2 | spec/dummy/app/jobs/application_job.rb |
active_job_channel-0.0.1 | spec/dummy/app/jobs/application_job.rb |