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
-
#perform ⇒ Object
Runs the job.
Instance Method Details
#perform ⇒ Object
Runs the job.
10 11 12 |
# File 'app/workers/date_time_dimension_worker.rb', line 10 def perform Analytic::DateTimeDimension.populate_date_time_dimension end |