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:
parent
c26ee64b92
commit
fd18db0d87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue