summaryrefslogtreecommitdiff
path: root/app/models/zoom_meeting.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-07 03:11:39 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-07 03:11:39 +0000
commit86db9fdda7bc7d0d709c5fef5f7c75a849d6f702 (patch)
tree7eb6eac0a8d24889008974e2475a834359d0263c /app/models/zoom_meeting.rb
parentff97077fc8908cc231d967aa7e7133198172b326 (diff)
downloadgitlab-ce-86db9fdda7bc7d0d709c5fef5f7c75a849d6f702.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/zoom_meeting.rb')
-rw-r--r--app/models/zoom_meeting.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/zoom_meeting.rb b/app/models/zoom_meeting.rb
index f684f9e6fe0..dd230b46d4b 100644
--- a/app/models/zoom_meeting.rb
+++ b/app/models/zoom_meeting.rb
@@ -10,7 +10,7 @@ class ZoomMeeting < ApplicationRecord
validates :project, presence: true, unless: :importing?
validates :issue, presence: true, unless: :importing?
- validates :url, presence: true, length: { maximum: 255 }, 'gitlab/utils/zoom_url': true
+ validates :url, presence: true, length: { maximum: 255 }, 'gitlab/zoom_url': true
validates :issue, same_project_association: true, unless: :importing?
enum issue_status: {