aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test/mixing_formats.html.erb
blob: c65cdd7dd4b7a57232ac4506d74cab3dfde8365b (plain) (blame)
1
2
3
4
5
{"format":"HTML", "children":
[
  <%= render(partial: "first", formats: :xml).chomp.html_safe %>,
  <%= render(partial: "second").chomp.html_safe %>
]}