Class: Pgbus::Api::StatsController

Inherits:
Pgbus::ApplicationController show all
Defined in:
app/controllers/pgbus/api/stats_controller.rb

Instance Method Summary collapse

Methods inherited from Pgbus::ApplicationController

#pgbus

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/pgbus/api/stats_controller.rb', line 6

def show
  render json: data_source.summary_stats
end