summaryrefslogtreecommitdiff
path: root/app/workers/concerns/cluster_applications.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/concerns/cluster_applications.rb')
-rw-r--r--app/workers/concerns/cluster_applications.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/workers/concerns/cluster_applications.rb b/app/workers/concerns/cluster_applications.rb
deleted file mode 100644
index 24ecaa0b52f..00000000000
--- a/app/workers/concerns/cluster_applications.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-module ClusterApplications
- extend ActiveSupport::Concern
-
- included do
- def find_application(app_name, id, &blk)
- Clusters::Cluster::APPLICATIONS[app_name].find(id).try(&blk)
- end
- end
-end