This commit is contained in:
r888888888
2014-02-28 16:40:04 -08:00
parent 5d5caf5eea
commit 1f10f39d1e
13 changed files with 217 additions and 22 deletions

View File

@@ -202,9 +202,6 @@ Danbooru::Application.routes.draw do
member do
post :approve
end
collection do
get :general_search
end
end
resource :tag_alias_request, :only => [:new, :create]
resources :tag_implications do
@@ -370,6 +367,7 @@ Danbooru::Application.routes.draw do
match "/static/contact" => "static#contact", :as => "contact"
match "/static/benchmark" => "static#benchmark"
match "/static/name_change" => "static#name_change", :as => "name_change"
match "/meta_searches/tags" => "meta_searches#tags", :as => "meta_searches_tags"
root :to => "posts#index"
end