diff options
author | Phil Hughes <me@iamphill.com> | 2016-05-16 15:24:51 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-05-16 15:24:51 +0100 |
commit | 5c4416bb45c2c61e99517c594cdd3b8dea1dc829 (patch) | |
tree | 262ae78d14a007d89128900b514211aa6d4592fe /config | |
parent | 78a67fc48dab434b43a080e5b15491963656661a (diff) | |
download | gitlab-ce-5c4416bb45c2c61e99517c594cdd3b8dea1dc829.tar.gz |
Loads move issue dropdown async
Closes #16563
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 9e776a1f541..5d1284919ef 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -56,6 +56,7 @@ Rails.application.routes.draw do # Autocomplete get '/autocomplete/users' => 'autocomplete#users' get '/autocomplete/users/:id' => 'autocomplete#user' + get '/autocomplete/projects' => 'autocomplete#projects' # Emojis resources :emojis, only: :index |