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:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-02-24 15:18:07 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-03-03 20:33:47 +0300
commitd13669c98b5b2c15cfff8b65e12ce1ef0911f1cd (patch)
treef93a961ecccfae638d7e3be456f2ebf48ed1df98 /config
parentefff35e96873bd3bea0afceb1d3cd102280813f5 (diff)
Remove remnants of git annex
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