class CobwebFinishedJob
Dummy resque job that executes at the end of the crawl if none are specified
Public Class Methods
perform(statistics)
click to toggle source
perform method for resque to execute
# File lib/cobweb_finished_job.rb, line 8 def self.perform(statistics) puts "Dummy Finished Job" #ap statistics end