debian-mirror-gitlab/app/models/import_failure.rb

8 lines
135 B
Ruby
Raw Normal View History

2020-01-01 13:55:28 +05:30
# frozen_string_literal: true
class ImportFailure < ApplicationRecord
belongs_to :project
validates :project, presence: true
end