不同表关联之间子表数据的创建

第一种一对多:has_many:subject  belongs_to:user

创建关联子表数据为:user.subject.create(a: 100,b:200)

第二种一对一:has_one:subject  belongs_to:user

user.create_subject(a: 1, b:2......)

 

posted @ 2020-04-26 09:11  吕兴杰  阅读(174)  评论(0编辑  收藏  举报