Class: Admin::MetricsController

Inherits:
AdminController
  • Object
show all
Defined in:
app/controllers/admin/metrics_controller.rb

Instance Method Summary collapse

Instance Method Details

#dataObject

get /admin/metrics/:id/data



14
15
# File 'app/controllers/admin/metrics_controller.rb', line 14

def data
end

#indexObject

get /admin/metrics



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

def index
  @collection = Metric.page_for_administration
end

#showObject

get /admin/metrics/:id



10
11
# File 'app/controllers/admin/metrics_controller.rb', line 10

def show
end