5 lines
140 B
Ruby
5 lines
140 B
Ruby
xml.instruct!
|
|
|
|
xml.osm(:version => API_VERSION, :generator => GENERATOR) do |osm|
|
|
osm << render(:partial => "note", :object => @note)
|
|
end
|