Class: DateTimeDimensionWorker

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

Instance Method Summary collapse

Instance Method Details

#performObject



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

def perform
  Analytic::DateTimeDimension.populate_date_time_dimension
end