aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/_partial_with_layout_block_content.erb
blob: 65dafd93a85660722d6f11336e42c0cc5e4b36ad (plain) (blame)
1
2
3
4
<%= render :layout => 'test/layout_for_partial', :locals => { :name => 'Bar!' } do %>
  Content from inside layout!
<% end %>
partial with layout