From 2ae1c72431c26c0e32707a81c21bca2940958508 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Tue, 13 Oct 2015 16:15:16 +0300 Subject: [PATCH] Hide the results --- config/routes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 1a04cd5..1aa3f15 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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