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