Sha256: 6e0a3d12d10c75748c6c55530ef436c96dad44a6a757bcb61a80d417a58b8fac
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
module TireAsyncIndex module Workers class ResqueUpdateIndex < UpdateIndex def self.queue; TireAsyncIndex.queue end def self.perform(*args) self.new.perform *args end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tire_async_index-0.2.1 | lib/tire_async_index/workers/resque_update_index.rb |
tire_async_index-0.2.0 | lib/tire_async_index/workers/resque_update_index.rb |