summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-11 03:10:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-11 03:10:14 +0000
commitfb8d6a526f0ef2da9fb247e15f9ff19279dba3d6 (patch)
tree11c6697e314baf4d0e18f0aab10552109633946b /app/models
parent9ae44f98c841d785b52087348de2e8cba9a13a2d (diff)
downloadgitlab-ce-fb8d6a526f0ef2da9fb247e15f9ff19279dba3d6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models')
-rw-r--r--app/models/application_setting_implementation.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/application_setting_implementation.rb b/app/models/application_setting_implementation.rb
index 5ff1c653f9e..bf9df3b9efc 100644
--- a/app/models/application_setting_implementation.rb
+++ b/app/models/application_setting_implementation.rb
@@ -374,6 +374,7 @@ module ApplicationSettingImplementation
def usage_ping_enabled
usage_ping_can_be_configured? && super
end
+ alias_method :usage_ping_enabled?, :usage_ping_enabled
def allowed_key_types
SUPPORTED_KEY_TYPES.select do |type|