aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test/_partial_with_layout.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/test/_partial_with_layout.erb')
-rw-r--r--actionview/test/fixtures/test/_partial_with_layout.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/test/_partial_with_layout.erb b/actionview/test/fixtures/test/_partial_with_layout.erb
new file mode 100644
index 0000000000..2a50c834fe
--- /dev/null
+++ b/actionview/test/fixtures/test/_partial_with_layout.erb
@@ -0,0 +1,2 @@
+<%= render :partial => 'test/partial', :layout => 'test/layout_for_partial', :locals => { :name => 'Bar!' } %>
+partial with layout