aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/layouts/with_html_partial.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/layouts/with_html_partial.html.erb')
-rw-r--r--actionpack/test/fixtures/layouts/with_html_partial.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/layouts/with_html_partial.html.erb b/actionpack/test/fixtures/layouts/with_html_partial.html.erb
new file mode 100644
index 0000000000..fd2896aeaa
--- /dev/null
+++ b/actionpack/test/fixtures/layouts/with_html_partial.html.erb
@@ -0,0 +1 @@
+<%= render :partial => "partial_only_html" %><%= yield %>