Class: RigidWorkflow::WorkflowsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/rigid_workflow/workflows_controller.rb

Overview

Provides workflow statistics and failed workflow reporting. Shows workflow performance metrics and error details.

Instance Method Summary collapse

Methods inherited from ApplicationController

#default_url_options, stats_for_ever, unique_workflows_in_ever

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/rigid_workflow/workflows_controller.rb', line 7

def index
  @stats = self.class.stats_for_ever
end