class ActionView::CollectionRenderer::PreloadCollectionIterator

def each_with_info

def each_with_info
  return super unless block_given?
  @relation.preload_associations(@collection)
  super
end