Froze rails gems
[depot.git] / vendor / rails / actionpack / test / fixtures / test / nested_layout.erb
1 <% content_for :title, "title" -%>
2 <% content_for :column do -%>column<% end -%>
3 <% render :layout => 'layouts/column' do -%>content<% end -%>