aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/render/partials.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_view/render/partials.rb')
-rw-r--r--actionpack/lib/action_view/render/partials.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/render/partials.rb b/actionpack/lib/action_view/render/partials.rb
index 7a791d03ce..98694788f8 100644
--- a/actionpack/lib/action_view/render/partials.rb
+++ b/actionpack/lib/action_view/render/partials.rb
@@ -248,7 +248,7 @@ module ActionView
options[:_template] = template
- _render_template(template, locals)
+ _render_single_template(template, locals)
end
end
@@ -275,7 +275,7 @@ module ActionView
index += 1
- _render_template(template, locals)
+ _render_single_template(template, locals)
end.join(spacer)
end