summaryrefslogtreecommitdiff
path: root/app/controllers/admin/clusters/applications_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/admin/clusters/applications_controller.rb')
-rw-r--r--app/controllers/admin/clusters/applications_controller.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/controllers/admin/clusters/applications_controller.rb b/app/controllers/admin/clusters/applications_controller.rb
deleted file mode 100644
index 7400cc16175..00000000000
--- a/app/controllers/admin/clusters/applications_controller.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# frozen_string_literal: true
-
-class Admin::Clusters::ApplicationsController < Clusters::ApplicationsController
- include EnforcesAdminAuthentication
-
- private
-
- def clusterable
- @clusterable ||= InstanceClusterablePresenter.fabricate(Clusters::Instance.new, current_user: current_user)
- end
-end