aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test/nested_layout.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/test/nested_layout.erb')
-rw-r--r--actionview/test/fixtures/test/nested_layout.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionview/test/fixtures/test/nested_layout.erb b/actionview/test/fixtures/test/nested_layout.erb
new file mode 100644
index 0000000000..6078f74b4c
--- /dev/null
+++ b/actionview/test/fixtures/test/nested_layout.erb
@@ -0,0 +1,3 @@
+<% content_for :title, "title" -%>
+<% content_for :column do -%>column<% end -%>
+<%= render :layout => 'layouts/column' do -%>content<% end -%> \ No newline at end of file