Class: Rumor::Async::Resque

Inherits:
Object
  • Object
show all
Defined in:
lib/rumor/async/resque.rb

Defined Under Namespace

Classes: Job

Class Method Summary collapse

Class Method Details

.spread_async(rumor) ⇒ Object



8
9
10
# File 'lib/rumor/async/resque.rb', line 8

def self.spread_async rumor
  ::Resque.enqueue Job, rumor.to_h
end