mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-29 20:26:11 +01:00
4 lines
No EOL
82 B
Ruby
4 lines
No EOL
82 B
Ruby
xml.html do
|
|
xml.p "Hello #{@name}"
|
|
xml << render(:file => "test/greeting")
|
|
end |