Class: Pgbus::Api::StatsController
- Inherits:
-
Pgbus::ApplicationController
- Object
- Pgbus::ApplicationController
- Pgbus::Api::StatsController
- Defined in:
- app/controllers/pgbus/api/stats_controller.rb
Instance Method Summary collapse
Methods inherited from Pgbus::ApplicationController
Instance Method Details
#show ⇒ Object
6 7 8 |
# File 'app/controllers/pgbus/api/stats_controller.rb', line 6 def show render json: data_source.summary_stats end |