5 lines
91 B
Ruby
5 lines
91 B
Ruby
json.partial! "api/root_attributes"
|
|
|
|
json.elements(@ways) do |way|
|
|
json.partial! way
|
|
end
|