Class: CustomerSalesActivityWorker
- Inherits:
-
Object
- Object
- CustomerSalesActivityWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/customer_sales_activity_worker.rb
Overview
Sidekiq worker: customer sales activity.
Instance Method Summary collapse
-
#perform(_options = {}) ⇒ Object
Runs the job.
Instance Method Details
#perform(_options = {}) ⇒ Object
Runs the job.
11 12 13 |
# File 'app/workers/customer_sales_activity_worker.rb', line 11 def perform( = {}) Customer::FillSalesActivity.new.process end |