Sha256: 75c25af023a541809f15a30a9665d88c3cc5199be248ba7e2f37590986d7e4d8

Contents?: true

Size: 196 Bytes

Versions: 1

Compression:

Stored size: 196 Bytes

Contents

class ApplicationJob < ActiveJob::Base
  active_job_channel global_broadcast: true

  def perform(identifier = nil)
    @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.3.0 spec/dummy/app/jobs/application_job.rb