Libraries
»
tally
(2.1.0)
»
Index (S)
»
Tally
»
SweeperJob
Class: Tally::SweeperJob
Inherits:
ApplicationJob
Object
ActiveJob::Base
ApplicationJob
Tally::SweeperJob
show all
Defined in:
app/jobs/tally/sweeper_job.rb
Instance Method Summary
collapse
#
perform
⇒ Object
Instance Method Details
#
perform
⇒
Object
6 7 8
# File 'app/jobs/tally/sweeper_job.rb', line 6
def
perform
Tally
::
Sweeper
.
sweep!
end