Class: BudgetRefresherWorker

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

Instance Method Summary collapse

Instance Method Details

#perform(year, month) ⇒ Object



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

def perform(year, month)
  Analytic::BudgetFact.refresh_data_for_month(year.to_i, month.to_i)
end