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
Instance Method Details
#perform ⇒ Object
7 8 9 |
# File 'app/workers/item_demand_forecast_population_worker.rb', line 7 def perform ItemDemandForecast.populate end |