Files
rails/actionpack/test/fixtures/test/hello_xml_world.builder

11 lines
140 B
Ruby

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