7 lines
112 B
Ruby
7 lines
112 B
Ruby
json.partial! "api/root_attributes"
|
|
|
|
all = @nodes + [@way]
|
|
|
|
json.elements(all) do |obj|
|
|
json.partial! obj
|
|
end
|