summaryrefslogtreecommitdiff
path: root/app/controllers/groups/usage_quotas_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/groups/usage_quotas_controller.rb')
-rw-r--r--app/controllers/groups/usage_quotas_controller.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/groups/usage_quotas_controller.rb b/app/controllers/groups/usage_quotas_controller.rb
index 29878f0001d..b660eb3af99 100644
--- a/app/controllers/groups/usage_quotas_controller.rb
+++ b/app/controllers/groups/usage_quotas_controller.rb
@@ -16,8 +16,7 @@ module Groups
private
def verify_usage_quotas_enabled!
- render_404 unless Feature.enabled?(:usage_quotas_for_all_editions, group)
- render_404 if group.has_parent?
+ render_404 unless group.usage_quotas_enabled?
end
# To be overriden in ee/app/controllers/ee/groups/usage_quotas_controller.rb