aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/layouts/render_partial_html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/layouts/render_partial_html.erb')
-rw-r--r--actionview/test/fixtures/layouts/render_partial_html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/layouts/render_partial_html.erb b/actionview/test/fixtures/layouts/render_partial_html.erb
new file mode 100644
index 0000000000..d4dbb6c76c
--- /dev/null
+++ b/actionview/test/fixtures/layouts/render_partial_html.erb
@@ -0,0 +1,2 @@
+<%= render :partial => 'test/partialhtml' %>
+<%= yield %>