move tag search to index (#636)

This commit is contained in:
Toks
2013-04-23 14:58:42 -04:00
parent 48019d684e
commit 730ee0c264
7 changed files with 64 additions and 39 deletions

View File

@@ -160,9 +160,6 @@ Danbooru::Application.routes.draw do
resource :source, :only => [:show]
resources :tags do
resource :correction, :only => [:new, :create, :show], :controller => "TagCorrections"
collection do
get :search
end
end
resources :tag_aliases do
resource :correction, :only => [:create, :new, :show], :controller => "TagAliasCorrections"