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
1 changed files with 1 additions and 1 deletions

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