Class: Mdash::StatsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Mdash::StatsController
- Defined in:
- app/controllers/mdash/stats_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |