diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-02-24 13:18:07 +0100 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-03-03 18:33:47 +0100 |
commit | d13669c98b5b2c15cfff8b65e12ce1ef0911f1cd (patch) | |
tree | f93a961ecccfae638d7e3be456f2ebf48ed1df98 /app/controllers/profiles | |
parent | efff35e96873bd3bea0afceb1d3cd102280813f5 (diff) | |
download | gitlab-ce-d13669c98b5b2c15cfff8b65e12ce1ef0911f1cd.tar.gz |
Remove remnants of git annex
Diffstat (limited to 'app/controllers/profiles')
-rw-r--r-- | app/controllers/profiles/keys_controller.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/controllers/profiles/keys_controller.rb b/app/controllers/profiles/keys_controller.rb index c8663a3c38e..e4452f46056 100644 --- a/app/controllers/profiles/keys_controller.rb +++ b/app/controllers/profiles/keys_controller.rb @@ -10,11 +10,6 @@ class Profiles::KeysController < Profiles::ApplicationController @key = current_user.keys.find(params[:id]) end - # Back-compat: We need to support this URL since git-annex webapp points to it - def new - redirect_to profile_keys_path - end - def create @key = current_user.keys.new(key_params) |