mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
11 lines
140 B
Ruby
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 |