Module: DiscoApp::Concerns::SubscriptionChangedJob
- Extended by:
- ActiveSupport::Concern
- Included in:
- SubscriptionChangedJob
- Defined in:
- app/jobs/disco_app/concerns/subscription_changed_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(_shop, subscription) ⇒ Object
4 5 6 |
# File 'app/jobs/disco_app/concerns/subscription_changed_job.rb', line 4 def perform(_shop, subscription) DiscoApp::SendSubscriptionJob.perform_later(@shop) end |