rails结合ext的嵌套保存
这里讲一下关系为一对多的两个对象的嵌套保存,举例对象为Student与Book(Student : Book = 1:n)
开启嵌套属性nested attribute
Student.create!(params[:sb])
?