Class: Api::MetricsController

Inherits:
ApiController
  • Object
show all
Defined in:
app/controllers/meerstats/api/metrics_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/meerstats/api/metrics_controller.rb', line 3

def index
  render json: { metrics: Meerstats.metrics.map { |m| [m.name, m.type]} }
end