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