chromesetting
daiao 5 years ago
parent c6de7653ae
commit 0d11d2fda8

@ -1,6 +1,6 @@
class HackSet < ApplicationRecord
validates :input, allow_nil:false, message: "测试集输入不能为空"
validates :output, allow_nil: false, message: "测试集输出不能为空"
validates :input, allow_nil:false
validates :output, allow_nil: false
validates_uniqueness_of :input, scope: [:hack_id, :input], message: "多个测试集的输入不能相同"
# 编程题测试集
belongs_to :hack

Loading…
Cancel
Save