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:
commit
d5943ab9f2
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