summaryrefslogtreecommitdiff
path: root/app/controllers/admin
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-03 17:27:23 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-03 18:03:04 -0400
commit6e5473f930c11be6719585b47c47d8552f6b41b5 (patch)
treec758b4a13f902c36651ff68ed6a1e18d5cc597ac /app/controllers/admin
parent83e59db55e9bd65a41af69eda893ef39e8fd7aed (diff)
downloadgitlab-ce-6e5473f930c11be6719585b47c47d8552f6b41b5.tar.gz
Remove show actions from Admin and Project DeployKeys
Diffstat (limited to 'app/controllers/admin')
-rw-r--r--app/controllers/admin/deploy_keys_controller.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/controllers/admin/deploy_keys_controller.rb b/app/controllers/admin/deploy_keys_controller.rb
index c301e61d1c7..285e8495342 100644
--- a/app/controllers/admin/deploy_keys_controller.rb
+++ b/app/controllers/admin/deploy_keys_controller.rb
@@ -1,13 +1,8 @@
class Admin::DeployKeysController < Admin::ApplicationController
before_action :deploy_keys, only: [:index]
- before_action :deploy_key, only: [:show, :destroy]
+ before_action :deploy_key, only: [:destroy]
def index
-
- end
-
- def show
-
end
def new