TIL, 2017-08-16
- Try not to avoid the
expect(courses_with_course_images.first.association_cached?(:country_club)).to be true
expect(courses_with_course_images.first.course_images).to be_loaded
- SELECT DISTINCT ON expressions must match initial ORDER BY expressions, then do a
sort_by
after.