aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/test/hello_xml_world.builder
blob: d16bb6b5cbd68640d530d0d3bfb0b3e94e8925be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
xml.html do
  xml.head do
    xml.title "Hello World"
  end

  xml.body do
    xml.p "abes"
    xml.p "monks"
    xml.p "wiseguys"
  end
end