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