diff options
author | James Lopez <james@jameslopez.es> | 2016-04-25 18:00:15 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-04-25 18:00:15 +0200 |
commit | 10f1609535742173d8747d3a1097ed7e919fb9e2 (patch) | |
tree | 8a957c885b81ceb5cd4d85602ee4e665bc0e020b /config | |
parent | 8f973b8f6887da082c4e4c777dc3961fae32ab16 (diff) | |
download | gitlab-ce-10f1609535742173d8747d3a1097ed7e919fb9e2.tar.gz |
changes to be picked by the UI branch
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 79b62a0b1bb..df6116b6eaf 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -156,6 +156,12 @@ Rails.application.routes.draw do get :new_user_map, path: :user_map post :create_user_map, path: :user_map end + + resource :gitlab_project, only: [:create, :new], controller: :gitlab_projects do + get :status + get :callback + get :jobs + end end # |