Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/groups/usage_quotas_controller.rb')
-rw-r--r--app/controllers/groups/usage_quotas_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups/usage_quotas_controller.rb b/app/controllers/groups/usage_quotas_controller.rb
index 125c8fde004..be4e08f6c49 100644
--- a/app/controllers/groups/usage_quotas_controller.rb
+++ b/app/controllers/groups/usage_quotas_controller.rb
@@ -24,7 +24,7 @@ module Groups
render_404 unless group.usage_quotas_enabled?
end
- # To be overriden in ee/app/controllers/ee/groups/usage_quotas_controller.rb
+ # To be overridden in ee/app/controllers/ee/groups/usage_quotas_controller.rb
def seat_count_data; end
end
end