Class: JobBoard::ProcessesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/job_board/processes_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/job_board/processes_controller.rb', line 3

def index
  @tree = ProcessTree.build(stale_threshold: stale_threshold)
end