Commit 01285cf8 authored by allison.browne's avatar allison.browne

Fix robocop warnings for ZoomMeetings class

parent 5c34fbfb
# frozen_string_literal: true
class ZoomMeeting < ApplicationRecord
belongs_to :project, required: true
belongs_to :issue, required: true
belongs_to :project, optional: false
belongs_to :issue, optional: false
validates :url, presence: true, length: { maximum: 255 }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment