Revert "Hide the results"

This reverts commit 2ae1c72431.
This commit is contained in:
Petko Bordjukov 2015-10-15 00:18:00 +03:00
parent 2ae1c72431
commit b9667ec9e8
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