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