summaryrefslogtreecommitdiff
path: root/app/controllers/groups/children_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/groups/children_controller.rb')
-rw-r--r--app/controllers/groups/children_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/groups/children_controller.rb b/app/controllers/groups/children_controller.rb
index 236a19a8dc4..718914dea35 100644
--- a/app/controllers/groups/children_controller.rb
+++ b/app/controllers/groups/children_controller.rb
@@ -5,6 +5,8 @@ module Groups
before_action :group
skip_cross_project_access_check :index
+ feature_category :subgroups
+
def index
parent = if params[:parent_id].present?
GroupFinder.new(current_user).execute(id: params[:parent_id])