How to do find() with includes() in Rails 3 April 23, 2023 by Tarik You just have to be more careful with the order of the methods in this case: Student.includes(:teacher).find(12)