REFACTOR: remove hacky search from discovery

This commit is contained in:
Sam
2015-07-27 16:46:50 +10:00
parent 41ceff8430
commit 2876725e1b
17 changed files with 17 additions and 159 deletions

View File

@@ -405,7 +405,7 @@ Discourse::Application.routes.draw do
get "top" => "list#top"
get "search/query" => "search#query"
get "search2" => "search#show"
get "search" => "search#show"
# Topics resource
get "t/:id" => "topics#show"