[refs #1832] Change downloads controller routes to statistics

This commit is contained in:
konstantin.grabar 2011-10-24 14:27:00 +04:00
parent d04de6e2fc
commit 7053333296
1 changed files with 2 additions and 1 deletions

View File

@ -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