Sha256: 980ba462991e9375571152632c4b12b9e64d56c31e12645b6196475654060ecd

Contents?: true

Size: 125 Bytes

Versions: 5

Compression:

Stored size: 125 Bytes

Contents

class DailyNotifierWorker
  include Sidekiq::Worker

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 app/workers/daily_notifier_worker.rb
xrono-1.0.3 app/workers/daily_notifier_worker.rb
xrono-1.0.2 app/workers/daily_notifier_worker.rb
xrono-1.0.1 app/workers/daily_notifier_worker.rb
xrono-1.0.0 app/workers/daily_notifier_worker.rb