Sha256: 3733c93bd9475ef577b4887a2b173450454aeb958030c3bd319354987076c701

Contents?: true

Size: 190 Bytes

Versions: 1

Compression:

Stored size: 190 Bytes

Contents

class ApplicationJob < ActiveJob::Base
  active_job_channel global_broadcast: true

  def perform(identifier)
    @ajc_identifier = identifier
    fake
  end

  private

  def fake; end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_job_channel-0.0.3 spec/dummy/app/jobs/application_job.rb