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>2020-12-10 00:09:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-10 00:09:43 +0300
commit03d56c8af04d2982aff573b78f08192b07107c5b (patch)
tree6c9d2a9ffe63565d074a41397f06be0d22f9a8f4 /app/models/label.rb
parent9b09561f47159655d05171b4bee980c669859864 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/label.rb')
-rw-r--r--app/models/label.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/label.rb b/app/models/label.rb
index 3c70eef9bd5..54129c7c7f3 100644
--- a/app/models/label.rb
+++ b/app/models/label.rb
@@ -257,7 +257,7 @@ class Label < ApplicationRecord
end
def present(attributes)
- super(attributes.merge(presenter_class: ::LabelPresenter))
+ super(**attributes.merge(presenter_class: ::LabelPresenter))
end
private