method
each_with_info
v6.1.3.1 -
Show latest stable
- Class:
ActionView::CollectionRenderer::PreloadCollectionIterator
each_with_info()public
No documentation available.
# File actionview/lib/action_view/renderer/collection_renderer.rb, line 85
def each_with_info
return super unless block_given?
@relation.preload_associations(@collection)
super
end