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