What's the difference between “includes” and “preload” in an ActiveRecord query?

Viewed 17764

I'm struggling to find a comparison of includes() and preload() for ActiveRecord objects. Can anyone explain the difference ?

2 Answers
Related