Removed all trace of search_redirect, included blanks for forum and label filters

This commit is contained in:
MrYummy
2017-06-18 13:11:36 -04:00
parent 0c939f044c
commit b99e62b7e7
3 changed files with 9 additions and 12 deletions
+1 -2
View File
@@ -22,12 +22,12 @@ Redstoner::Application.routes.draw do
post 'resend_mail'
get 'edit_notifications'
put 'update_login'
get 'edit_website_settings'
end
collection do
get 'lost_password'
post 'reset_password'
post 'suggestions'
post 'search_redirect'
end
end
@@ -36,7 +36,6 @@ Redstoner::Application.routes.draw do
resources :threadreplies, path: 'replies'
collection do
get 'search'
post 'search_redirect'
end
end
resources :forums, path: '/forums'