From facd8d7dde94910d0ed91b9594059fee03f1e47c Mon Sep 17 00:00:00 2001 From: Saurabh Bhatia Date: Wed, 22 Jan 2014 11:17:47 +0800 Subject: [PATCH] Commented out search methods from routes for now --- config/routes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 8945509..38d3fcb 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2,8 +2,8 @@ require 'api_constraints' Mtstore::Application.routes.draw do - get "search/index" - get "search/show" + # get "search/index" + # get "search/show" use_doorkeeper do controllers :applications => 'oauth/applications' end