aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/layouts/streaming_with_capture.erb
blob: 538c19ce3a5ba9f82a35d9031e72f637e4430ae9 (plain) (blame)
1
2
3
4
5
6
<%= yield :header -%>
<%= capture do %>
 this works
<% end %>
<%= yield :footer -%>
<%= yield(:unknown).presence || "." -%>