Class: TireAsyncIndex::Workers::ResqueUpdateIndex

Inherits:
UpdateIndex
  • Object
show all
Defined in:
lib/tire_async_index/workers/resque_update_index.rb

Class Method Summary collapse

Methods inherited from UpdateIndex

#find_class_const, #perform

Class Method Details

.perform(*args) ⇒ Object



6
7
8
# File 'lib/tire_async_index/workers/resque_update_index.rb', line 6

def self.perform(*args)
  self.new.perform *args
end

.queueObject



4
# File 'lib/tire_async_index/workers/resque_update_index.rb', line 4

def self.queue; TireAsyncIndex.queue end