Class: DateTimeDimensionWorker
- Inherits:
-
Object
- Object
- DateTimeDimensionWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/date_time_dimension_worker.rb
Overview
Sidekiq worker: date time dimension.
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
7 8 9 |
# File 'app/workers/date_time_dimension_worker.rb', line 7 def perform Analytic::DateTimeDimension.populate_date_time_dimension end |