题库选项字符控制在300以内

dev_jupyter
cxt 5 years ago
parent 8a82882a4a
commit 8776449234

@ -27,7 +27,7 @@ class ItemBanks::SaveItemForm
attr_accessor :choice_text, :is_answer
validates :choice_text, presence: true, length: { maximum: 100 }
validates :choice_text, presence: true, length: { maximum: 300 }
validates :is_answer, presence: true, inclusion: {in: 0..1}, numericality: { only_integer: true }
end
end
Loading…
Cancel
Save