Class: DealerLocatorRecordWorker

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

Instance Method Summary collapse

Instance Method Details

#performObject



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

def perform
  CustomerLocatorUtility.new(logger).create_new_locator_records_for_qualifying_dealers
end