aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorDavid Cabo <david@calibea.com>2011-07-26 22:07:30 +0200
committerDavid Cabo <david@calibea.com>2011-07-26 22:07:30 +0200
commit9925d8f83864dc740d9b284a9e472d422dba12fb (patch)
treeb8116a4f12140912b76440211bc9674007f9286a /config/routes.rb
parent058a65ae0d079729b10a2954c472c336dce43245 (diff)
Adapting New Request flow to new wireframes: added type ahead search when creating new requests
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d9989a800..0747797d7 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -52,6 +52,7 @@ ActionController::Routing::Routes.draw do |map|
request.upload_response "/upload/request/:url_title", :action => 'upload_response'
+ request.search_ahead '/request_search_ahead', :action => 'search_typeahead'
end
# Use /profile for things to do with the currently signed in user.