about summary refs log tree commit diff stats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 76378c4..9e62ebb 100644 --- a/config/routes.rb +++ b/config/routes.rb
@@ -74,6 +74,8 @@ Rails.application.routes.draw do
74 get 'tags' 74 get 'tags'
75 get 'tags/:id', :action => "tag", :as => "tag" 75 get 'tags/:id', :action => "tag", :as => "tag"
76 get 'stats' 76 get 'stats'
77 get 'search_form'
78 get 'search'
77 end 79 end
78 80
79 member do 81 member do