Class: RoundhouseUi::MetricsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/roundhouse_ui/metrics_controller.rb

Overview

Derived metrics, kept off the dashboard so the at-a-glance view stays lean.

Constant Summary

Constants inherited from ApplicationController

ApplicationController::AUDIT_VERBS

Instance Method Summary collapse

Methods inherited from ApplicationController

#redirect_to

Instance Method Details

#showObject



4
5
6
# File 'app/controllers/roundhouse_ui/metrics_controller.rb', line 4

def show
  @metrics = Metrics.new
end