Rails bulk insert: mark association as persisted

后端 未结 0 1767
礼貌的吻别
礼貌的吻别 2020-12-09 21:30

Say you have an author and each day they publish 1000 articles (yep, crazy productive).

class Author < ApplicationRecord
  has_many :articles
end

class Ar         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题