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