diff options
author | James Lopez <james@jameslopez.es> | 2016-04-26 10:59:00 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-04-26 10:59:00 +0200 |
commit | 28b0208e93cbc949e1c733c60ec577740d824623 (patch) | |
tree | 18942ada0f3e1be0d478ba2b115cfab7a745dd58 /config | |
parent | 4037a738945631c5fc58c464d4a9b12e9448387a (diff) | |
download | gitlab-ce-28b0208e93cbc949e1c733c60ec577740d824623.tar.gz |
refactoring, mainly UI stuff to follow other import actions
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index b4e1abd2768..05e89e81500 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -159,7 +159,6 @@ Rails.application.routes.draw do resource :gitlab_project, only: [:create, :new], controller: :gitlab_projects do get :status - get :callback get :jobs end end |