class Jbuilder::CollectionRenderer
def render_collection_with_partial(collection, partial, context, block)
def render_collection_with_partial(collection, partial, context, block) render(context, @options.merge(collection: collection, partial: partial), block) end