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

Merge pull request #19535 from JuanitoFatas/doc/av-comment

[ci skip] Unify the code comment in ActionView::Renderer#render_template...
This commit is contained in:
Yves Senn 2015-03-27 08:38:12 +01:00
commit d5943ab9f2

View file

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