fixes #1227
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user