summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-03-06 12:33:01 +0000
committerRobert Speicher <robert@gitlab.com>2017-03-06 12:33:01 +0000
commit05be66df9b9e0b68606d7fa621ebdf35106f7df1 (patch)
treec28a43f2af67b0759576584869c25ed7beb0237b /config
parent498351cfacfc09b5a33281838f0f366a6b2961df (diff)
parentd13669c98b5b2c15cfff8b65e12ce1ef0911f1cd (diff)
downloadgitlab-ce-05be66df9b9e0b68606d7fa621ebdf35106f7df1.tar.gz
Merge branch '1648-remove-remnants-of-git-annex-support' into 'master'
Remove remnants of git annex See merge request !9508
Diffstat (limited to 'config')
-rw-r--r--config/routes/profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/profile.rb b/config/routes/profile.rb
index 6b91485da9e..07c341999ea 100644
--- a/config/routes/profile.rb
+++ b/config/routes/profile.rb
@@ -21,7 +21,7 @@ resource :profile, only: [:show, :update] do
end
end
resource :preferences, only: [:show, :update]
- resources :keys, only: [:index, :show, :new, :create, :destroy]
+ resources :keys, only: [:index, :show, :create, :destroy]
resources :emails, only: [:index, :create, :destroy]
resources :chat_names, only: [:index, :new, :create, :destroy] do
collection do