Class: Admin::MetricsController
- Inherits:
-
AdminController
- Object
- AdminController
- Admin::MetricsController
- Defined in:
- app/controllers/admin/metrics_controller.rb
Instance Method Summary collapse
-
#data ⇒ Object
get /admin/metrics/:id/data.
-
#index ⇒ Object
get /admin/metrics.
-
#show ⇒ Object
get /admin/metrics/:id.
Instance Method Details
#data ⇒ Object
get /admin/metrics/:id/data
14 15 |
# File 'app/controllers/admin/metrics_controller.rb', line 14 def data end |
#index ⇒ Object
get /admin/metrics
5 6 7 |
# File 'app/controllers/admin/metrics_controller.rb', line 5 def index @collection = Metric.page_for_administration end |
#show ⇒ Object
get /admin/metrics/:id
10 11 |
# File 'app/controllers/admin/metrics_controller.rb', line 10 def show end |