Class: ItemDemandForecastPopulationWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/item_demand_forecast_population_worker.rb

Instance Method Summary collapse

Instance Method Details

#performObject



6
7
8
# File 'app/workers/item_demand_forecast_population_worker.rb', line 6

def perform
  ItemDemandForecast.populate
end