diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-27 09:01:43 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-05-16 10:21:51 +0100 |
commit | bda2c44a0b2f032d8c3eb9b9b8d79933fb40e651 (patch) | |
tree | b58ad47cd56e32ede3cf0054b176148e9edb0f4b /config | |
parent | 78a67fc48dab434b43a080e5b15491963656661a (diff) | |
download | gitlab-ce-bda2c44a0b2f032d8c3eb9b9b8d79933fb40e651.tar.gz |
Project variables UI
Closes #14091
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 9e776a1f541..511ab5cfcd7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -660,7 +660,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 |