aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/test/hello.builder
blob: 4c34ee85f02d542bffa6260f7c64954680bbc65b (plain) (blame)
1
2
3
4
xml.html do
  xml.p "Hello #{@name}"
  xml << render(template: "test/greeting")
end