Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiks <miks@cubesystems.lv>2011-12-29 23:44:16 +0400
committermiks <miks@cubesystems.lv>2011-12-29 23:44:16 +0400
commit723104c45f83937cd87bee87ac16d3dfc6ce4d88 (patch)
tree1b104bcea9ad4cfef2e0459bfb45d3e21d59a462 /config/routes.rb
parent53ce00f74af1d0ac244b718b157f7f1c876e97a2 (diff)
Initial deploy_key feature commit
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 882ba00a6b2..20890b76c7c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -41,6 +41,8 @@ Gitlab::Application.routes.draw do
get "graph"
end
+ resources :deploy_keys
+
resources :refs, :only => [], :path => "/" do
collection do
get "switch"