有没有人知道如何用 rails 来验证复选框必须有一个勾选的验证(是后端验证哦)
validates :terms_of_service, acceptance: { accept: 'yes' }
#1 楼 @liwei78 你这个只是一个 checkbox 呀 我的是循环的很多