Class: JobWorkflow::Monitoring::WorkflowsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/job_workflow/monitoring/workflows_controller.rb,
sig/generated/controllers/job_workflow/monitoring/workflows_controller.rbs

Instance Method Summary collapse

Instance Method Details

#indexvoid

This method returns an undefined value.

: () -> void



9
10
11
# File 'app/controllers/job_workflow/monitoring/workflows_controller.rb', line 9

def index
  @workflows = Monitoring.workflows
end