summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMrYummy <elemental428@gmail.com>2017-06-02 19:25:33 +0200
committerMrYummy <elemental428@gmail.com>2017-06-18 13:11:36 -0400
commitb99e62b7e7de3cc6c020a7a89a9d4066f6b0d797 (patch)
treec9bc4215984a14612cb31ba7717cca2230b9b959 /config
parent0c939f044ccd08dc741f3afaca91dbeb9b0d4b1b (diff)
Removed all trace of search_redirect, included blanks for forum and label filters
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 4db3f30..5b35f95 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -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'