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