summaryrefslogtreecommitdiff
path: root/app/controllers/groups/clusters_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/groups/clusters_controller.rb')
-rw-r--r--app/controllers/groups/clusters_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/groups/clusters_controller.rb b/app/controllers/groups/clusters_controller.rb
index 92602fd8096..2165dee45fb 100644
--- a/app/controllers/groups/clusters_controller.rb
+++ b/app/controllers/groups/clusters_controller.rb
@@ -18,3 +18,5 @@ class Groups::ClustersController < Clusters::ClustersController
@group ||= find_routable!(Group, params[:group_id] || params[:id])
end
end
+
+Groups::ClustersController.prepend_if_ee('EE::Groups::ClustersController')