Method: Bluth::WorkerBase#working!

Defined in:
lib/bluth/worker.rb

#working!(gobid) ⇒ Object



66
67
68
69
70
# File 'lib/bluth/worker.rb', line 66

def working! gobid
  @current_job = gobid
  update_time
  save
end