Method: Naf::RunningJob.started_on

Defined in:
app/models/naf/running_job.rb

.started_on(machine) ⇒ Object


*** Class Methods *** +++++++++++++++++++++++++



51
52
53
# File 'app/models/naf/running_job.rb', line 51

def self.started_on(machine)
  where(started_on_machine_id: machine.id)
end