Class: Tally::SweeperJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/tally/sweeper_job.rb

Instance Method Summary collapse

Instance Method Details

#performObject



6
7
8
# File 'app/jobs/tally/sweeper_job.rb', line 6

def perform
  Tally::Sweeper.sweep!
end