method
from_collection
v6.1.7.7 -
Show latest stable
- Class:
ActionView::CollectionRenderer::SameCollectionIterator
from_collection(collection)public
No documentation available.
# File actionview/lib/action_view/renderer/collection_renderer.rb, line 63
def from_collection(collection)
self.class.new(collection, @path, @variables)
end