Commit 3968f6ab authored by Ragnar-H's avatar Ragnar-H

Opt in on routes for pushing feature flags

parent 2bac79a9
......@@ -3,7 +3,7 @@
class Groups::UsageQuotasController < Groups::ApplicationController
before_action :authorize_admin_group!
before_action :verify_usage_quotas_enabled!
before_action :push_additional_repo_storage_by_namespace_feature
before_action :push_additional_repo_storage_by_namespace_feature, only: :index
layout 'group_settings'
......
# frozen_string_literal: true
class Profiles::UsageQuotasController < Profiles::ApplicationController
before_action :push_additional_repo_storage_by_namespace_feature
before_action :push_additional_repo_storage_by_namespace_feature, only: :index
feature_category :purchase
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment