1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Unify the code comment in ActionView::Renderer#render_template.

This commit is contained in:
Juanito Fatas 2015-03-27 03:24:17 +08:00
parent c26ee64b92
commit fd18db0d87

View file

@ -37,7 +37,7 @@ module ActionView
end
end
# Direct accessor to template rendering.
# Direct access to template rendering.
def render_template(context, options) #:nodoc:
TemplateRenderer.new(@lookup_context).render(context, options)
end