Preloading through polymorphic associations (still raises for typos on regular associations) by robotdana · Pull Request #32655 · rails/rails

given a structure like: Review.has_many :media, polymorphic: true # where media could be either Movie.has_one :director Book.has_one :author Attempting to preload like Review.includes(media: [:aut...