Sha256: 66f644834655abf75366f42be3d3db00611b6140f0e2a188d64105dc97cb5b47
Contents?: true
Size: 355 Bytes
Versions: 6
Compression:
Stored size: 355 Bytes
Contents
module Tang class ImportStripeJob < ActiveJob::Base queue_as :default def perform # Do something later ImportPlansJob.perform_now ImportCouponsJob.perform_now ImportCustomersJob.perform_now ImportSubscriptionsJob.perform_now ImportInvoicesJob.perform_now ImportChargesJob.perform_now end end end
Version data entries
6 entries across 6 versions & 1 rubygems