summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index f79ab5b..4db3f30 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -27,14 +27,19 @@ Redstoner::Application.routes.draw do
get 'lost_password'
post 'reset_password'
post 'suggestions'
+ post 'search_redirect'
end
end
resources :forumgroups, path: '/forums/groups'
- resources :forums, path: '/forums'
resources :forumthreads, path: '/forums/threads' do
resources :threadreplies, path: 'replies'
+ collection do
+ get 'search'
+ post 'search_redirect'
+ end
end
+ resources :forums, path: '/forums'
resources :tools do
collection do