aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test/_layout_with_partial_and_yield.html.erb
blob: 820e7db789bfd0ec0e1070c60a328679b89bffa0 (plain) (blame)
1
2
3
4
Before
<%= render :partial => "test/partial" %>
<%= yield %>
After