method
render_partial_collection
rails latest stable - Class:
ActionController::Base
render_partial_collection(partial_name, collection, partial_spacer_template = nil, local_assigns = nil, status = nil)protected
No documentation available.
# File actionpack/lib/action_controller/base.rb, line 678
def render_partial_collection(partial_name, collection, partial_spacer_template = nil, local_assigns = nil, status = nil)
add_variables_to_assigns
render_text(@template.render_partial_collection(partial_name, collection, partial_spacer_template, local_assigns), status)
end