aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/nested_layout.erb
blob: 7b6dcbb6c71301bc5ec4675f8c97019cf3bea329 (plain) (blame)
1
2
3
<% content_for :title, "title" -%>
<% content_for :column do -%>column<% end -%>
<% render :layout => 'layouts/column' do -%>content<% end -%>