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