Class: GreekFire::MetricsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/greek_fire/metrics_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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

def index

  render GreekFire::Metric.metrics, layout: false, content_type: 'text/plain'
end