In order to view this lesson, you must purchase this course.
In the last lesson, I showed everyone how to attach a User object to each Post. In this lesson, we'll go over how to populate this property with the actual user information, instead of just a raw id value. Finally, as we loop through posts inside of html we can print out the user object along with the date timestamps.