aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test/_partial_shortcut_with_block_content.html.erb
blob: 352128f3ba9564d777de412f43b07758e37c5e04 (plain) (blame)
1
2
3
<%= render "test/layout_for_block_with_args" do |arg_1, arg_2| %>
  Yielded: <%= arg_1 %>/<%= arg_2 %>
<% end %>