Sha256: f1519ed38af0ea51073de6960e5fe88bd595ecb0b61d26b27dffbf71b20782f5

Contents?: true

Size: 115 Bytes

Versions: 4

Compression:

Stored size: 115 Bytes

Contents

class ChargeSubscriptionsJob < ActiveJob::Base
  queue_as :high_priority

  def perform
    puts 'test'
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sidejobs-4.0.0.2 test/dummy/app/jobs/charge_subscriptions_job.rb
sidejobs-4.0.0.1 test/dummy/app/jobs/charge_subscriptions_job.rb
sidejobs-4.0.0.0 test/dummy/app/jobs/charge_subscriptions_job.rb
sidejobs-0.0.1 test/dummy/app/jobs/charge_subscriptions_job.rb