aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/hello_xml_world.builder
blob: 02b14fe87cba6307a0f1a26280fd0360c0acc711 (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