Class: Dsp::Api::V1::MetricsController
- Inherits:
-
BaseController
- Object
- BaseController
- Dsp::Api::V1::MetricsController
- Defined in:
- app/controllers/dsp/api/v1/metrics_controller.rb
Instance Attribute Summary
Attributes inherited from BaseController
#env, #method, #path, #request
Instance Method Summary collapse
Methods inherited from BaseController
Constructor Details
This class inherits a constructor from Dsp::Api::V1::BaseController
Instance Method Details
#index ⇒ Object
7 8 9 |
# File 'app/controllers/dsp/api/v1/metrics_controller.rb', line 7 def index [200, {}, ['metrics']] end |