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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-11 18:10:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-11 18:10:57 +0300
commite40f19ef830c5863089bc6a7a73e6695efa60a13 (patch)
treec540032381175c4e95e3b6378698f91acac5100f /app/models/concerns/strip_attribute.rb
parent1c7411c597334e20d2e92cc948f0699d339d2710 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/concerns/strip_attribute.rb')
-rw-r--r--app/models/concerns/strip_attribute.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/concerns/strip_attribute.rb b/app/models/concerns/strip_attribute.rb
index 1c433a3275e..817a4465f91 100644
--- a/app/models/concerns/strip_attribute.rb
+++ b/app/models/concerns/strip_attribute.rb
@@ -2,7 +2,8 @@
# == Strip Attribute module
#
-# Contains functionality to clean attributes before validation
+# Contains functionality to remove leading and trailing
+# whitespace from the attribute before validation
#
# Usage:
#