Class: Mdash::StatsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/mdash/stats_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
6
7
8
# File 'app/controllers/mdash/stats_controller.rb', line 3

def index
  render json: {
    stats: Mdash.stats,
    last_updated: Mdash.last_updated
  }.as_json
end