Aug 9, 2017 · 1 min read
I didn’t know you could call preload directly until reading this — it helped me avoid a nasty choice between a cross database join (because I was already using includes) or an N+1 query. Thanks for the write up!
I didn’t know you could call preload directly until reading this — it helped me avoid a nasty choice between a cross database join (because I was already using includes) or an N+1 query. Thanks for the write up!