Sha256: a1d9d42c13a9a2f7c7066dc331f433e1b142d91b4dbfa7b1220ea64772ba9284

Contents?: true

Size: 186 Bytes

Versions: 7

Compression:

Stored size: 186 Bytes

Contents

module DiscoApp::Concerns::SubscriptionChangedJob

  extend ActiveSupport::Concern

  def perform(_shop, _subscription)
    DiscoApp::SendSubscriptionJob.perform_later(@shop)
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
disco_app-0.17.0 app/jobs/disco_app/concerns/subscription_changed_job.rb
disco_app-0.18.0 app/jobs/disco_app/concerns/subscription_changed_job.rb
disco_app-0.18.2 app/jobs/disco_app/concerns/subscription_changed_job.rb
disco_app-0.18.3 app/jobs/disco_app/concerns/subscription_changed_job.rb
disco_app-0.18.6 app/jobs/disco_app/concerns/subscription_changed_job.rb
disco_app-0.18.4 app/jobs/disco_app/concerns/subscription_changed_job.rb
disco_app-0.18.1 app/jobs/disco_app/concerns/subscription_changed_job.rb