]> git.openstreetmap.org Git - rails.git/blob - app/views/api/ways/full.json.jbuilder
Treat the body as UTF-8 for user_preferences#update
[rails.git] / app / views / api / ways / full.json.jbuilder
1 json.partial! "api/root_attributes"
2
3 all = @nodes + [@way]
4
5 json.elements(all) do |obj|
6   json.partial! obj
7 end