debian-mirror-gitlab/app/models/dependency_proxy/group_setting.rb
2023-03-04 22:38:38 +05:30

7 lines
147 B
Ruby

# frozen_string_literal: true
class DependencyProxy::GroupSetting < ApplicationRecord
belongs_to :group
validates :group, presence: true
end