よくググり直すので備忘録。
Rails: ActiveRecord関連付けのpreload/eager-loadをテストする2つの方法(翻訳)
### scope :with_targets{ includes(:targets)} ### subject{Hoge.with_targets} expect(subject.first.association(:targets).loaded?).to eq true
よくググり直すので備忘録。
Rails: ActiveRecord関連付けのpreload/eager-loadをテストする2つの方法(翻訳)
### scope :with_targets{ includes(:targets)} ### subject{Hoge.with_targets} expect(subject.first.association(:targets).loaded?).to eq true