diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-03 15:29:27 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-03 15:29:27 +0200 |
commit | 7b5bc32cadbf2c0a3ac1e80643e46786fd8b1b56 (patch) | |
tree | 0dfa9add1156d8ce9ff8709e36da577b7c94ad1c /config/routes.rb | |
parent | 9157985cfce1391973673ea278dc7506a90f8f53 (diff) | |
download | gitlab-ce-7b5bc32cadbf2c0a3ac1e80643e46786fd8b1b56.tar.gz |
Allow projects to be imported from Google Code.
Diffstat (limited to 'config/routes.rb')
-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 388858d2670..88e0227121b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -81,6 +81,12 @@ Gitlab::Application.routes.draw do get :callback get :jobs end + + resource :google_code, only: [:create, :new], controller: :google_code do + get :status + post :callback + get :jobs + end end # |