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