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
path: root/config
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-05-19 21:09:04 +0300
committerJacob Schatz <jschatz@gitlab.com>2016-05-19 21:09:04 +0300
commit86b22b4f153610993008e5f6fa65bca1fb57b659 (patch)
tree02665653397ec67f003c7ecd64c18666fcc2a9b6 /config
parent5566c9e7065ef97d65d66abcc1e56ed8b5eb1704 (diff)
parentc9b3c08c21daf421ec36828c990ccceb21e1577f (diff)
Merge branch 'project-variables-ui' into 'master'
Project variables UI ![Screen_Shot_2016-04-27_at_09.01.23](/uploads/cb9b1ac42aa734cfd3271c03dfaccc12/Screen_Shot_2016-04-27_at_09.01.23.png) ![Screen_Shot_2016-04-27_at_09.01.29](/uploads/4f317014d60f205a0e29497ad20f8a2e/Screen_Shot_2016-04-27_at_09.01.29.png) Closes #14091 See merge request !3942
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 09264b5493e..18e62bc4455 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -663,7 +663,7 @@ Rails.application.routes.draw do
end
resources :protected_branches, only: [:index, :create, :update, :destroy], constraints: { id: Gitlab::Regex.git_reference_regex }
- resource :variables, only: [:show, :update]
+ resources :variables, only: [:index, :show, :update, :create, :destroy]
resources :triggers, only: [:index, :create, :destroy]
resources :builds, only: [:index, :show], constraints: { id: /\d+/ } do