Class: DailyNotifierWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Worker
Defined in:
app/workers/daily_notifier_worker.rb

Instance Method Summary collapse

Instance Method Details

#perform(client_id) ⇒ Object



4
5
6
# File 'app/workers/daily_notifier_worker.rb', line 4

def perform client_id
  Notifier.daily(client_id).deliver
end