rails 5版本中

  1. @user = User.new
  2. @user.students.build

save的时候就会保存不成功,那么在
student.rb中的关联,加上optional: true

  1. belongs_to :user, optional: true
0条评论 顺序楼层
请先登录再回复