[Fix #508]Api GeoJson: export dossier.json_latlngs to geojson

This commit is contained in:
Simon Lehericey 2017-10-30 16:54:33 +01:00 committed by Mathieu Magnin
parent f34546cf2a
commit 28a047a64b
6 changed files with 128 additions and 1 deletions

View file

@ -0,0 +1,3 @@
class UserGeometrySerializer < ActiveModel::Serializer
attributes :value, :type_de_champ
end