summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-07 14:40:21 +0100
committerPhil Hughes <me@iamphill.com>2016-06-18 21:49:20 +0100
commitdeca5ef200a0b6d5d965214ad71d13e359b03e77 (patch)
tree111c00f2d6fe4f0ae91e4e2344e61eb28da1d07f /config
parent0aab84c76012c16061ffccf4473aaeab2c528c2a (diff)
downloadgitlab-ce-deca5ef200a0b6d5d965214ad71d13e359b03e77.tar.gz
Refs dropdown is now loaded async
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index de6094fa0ed..a22559ebabc 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -479,6 +479,7 @@ Rails.application.routes.draw do
get :download_export
get :autocomplete_sources
get :activity
+ get :refs
end
scope module: :projects do