Remove /meta_searches/tags page.

This was a search page that let you search for tags, aliases, and
implications at the same time. It never got much use and it's been
broken for a while now (the search form passed the wrong param to the
controller).
This commit is contained in:
evazion
2020-01-07 11:10:56 -06:00
parent 2aa3ced372
commit 1ab6a353ca
11 changed files with 1 additions and 212 deletions

View File

@@ -402,7 +402,6 @@ Rails.application.routes.draw do
get "/static/terms_of_service" => "static#terms_of_service", :as => "terms_of_service"
get "/static/contact" => "static#contact", :as => "contact"
get "/static/dtext_help" => "static#dtext_help", :as => "dtext_help"
get "/meta_searches/tags" => "meta_searches#tags", :as => "meta_searches_tags"
get "/intro" => redirect("/explore/posts/intro")