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