Method: Extface::Job#notify
- Defined in:
- app/models/extface/job.rb
#notify(message) ⇒ Object
65 66 67 68 69 |
# File 'app/models/extface/job.rb', line 65 def notify() Extface.redis_block do |r| r.publish(self.id, ) end end |
65 66 67 68 69 |
# File 'app/models/extface/job.rb', line 65 def notify() Extface.redis_block do |r| r.publish(self.id, ) end end |