diff --git a/config/routes.rb b/config/routes.rb index 0af58080..b59266fb 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -76,5 +76,6 @@ Rails.application.routes.draw do resources :stats, only: [:index] get :'stats/host', to: 'stats#host' + get :'stats/resources', to: 'stats#resources' end end