class Jbuilder::CollectionRenderer
def collection_with_template(view, template, layout, collection)
def collection_with_template(view, template, layout, collection) super(view, template, layout, ScopedIterator.new(collection, @scope)) end
def collection_with_template(view, template, layout, collection) super(view, template, layout, ScopedIterator.new(collection, @scope)) end