debian-mirror-gitlab/app/models/dependency_proxy/group_setting.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
147 B
Ruby
Raw Normal View History

2021-01-29 00:20:46 +05:30
# frozen_string_literal: true
class DependencyProxy::GroupSetting < ApplicationRecord
belongs_to :group
2023-01-13 00:05:48 +05:30
validates :group, presence: true
2021-01-29 00:20:46 +05:30
end