Hide the results

This commit is contained in:
Petko Bordjukov 2015-10-13 16:15:16 +03:00
parent db36fa09c6
commit 2ae1c72431
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Rails.application.routes.draw do
resources :talk_preferences, only: [:index, :show, :create, :update]
root to: 'home#index'
get 'ratings' => 'home#ratings'
get 'export' => 'home#export'
# get 'ratings' => 'home#ratings'
# get 'export' => 'home#export'
end