Class: DailyAccountActivityReportWorker

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

Overview

Scheduled: daily summary of new www accounts and logins for ops (see sidekiq_production_schedule.yml).

Instance Method Summary collapse

Instance Method Details

#performObject



7
8
9
# File 'app/workers/daily_account_activity_report_worker.rb', line 7

def perform
  InternalMailer..deliver_now
end