class ChallengeQuestion < ApplicationRecord belongs_to :challenge_choose validates :option_name, length: { maximum: 500, too_long: "选项不能超过500个字符" } end