Renderer - 渲染的入口
# Main render entry point shared by AV and AC.
render(context, options)
# Render but returns a valid Rack body.
render_body(context, options)
# 下面这两个方法,没有对外提供的接口,不要直接使用它们!
# Direct accessor to template rendering.
render_template(context, options)
# Direct access to partial rendering.
render_partial(context, options, &block)最后更新于