65 66 67 68 69
# File 'app/models/extface/job.rb', line 65 def notify(message) Extface.redis_block do |r| r.publish(self.id, message) end end