Class: ItemDemandForecastPopulationWorker
- Inherits:
-
Object
- Object
- ItemDemandForecastPopulationWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/item_demand_forecast_population_worker.rb
Overview
Sidekiq worker: item demand forecast population.
Instance Method Summary collapse
-
#perform ⇒ Object
Runs the job.
Instance Method Details
#perform ⇒ Object
Runs the job.
10 11 12 |
# File 'app/workers/item_demand_forecast_population_worker.rb', line 10 def perform ItemDemandForecast.populate end |