diff --git a/config/routes.rb b/config/routes.rb index 319c1b1f1..3f92883ac 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -6,7 +6,8 @@ Rosa::Application.routes.draw do resources :event_logs, :only => :index - resources :downloads, :only => :index + #resources :downloads, :only => :index + match 'statistics/' => 'downloads#index', :as => :downloads resources :categories do get :platforms, :on => :collection