Remove dead code
This commit is contained in:
parent
d92364b90b
commit
31099b782f
1 changed files with 0 additions and 15 deletions
|
@ -74,19 +74,4 @@ class DossierSerializer < ActiveModel::Serializer
|
||||||
def processed_at
|
def processed_at
|
||||||
object.processed_at&.in_time_zone('UTC')
|
object.processed_at&.in_time_zone('UTC')
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
def user_geometry(dossier)
|
|
||||||
{
|
|
||||||
value: dossier.geometry,
|
|
||||||
type_de_champ: {
|
|
||||||
id: -1,
|
|
||||||
libelle: 'user_geometry',
|
|
||||||
type_champ: 'user_geometry',
|
|
||||||
order_place: -1,
|
|
||||||
descripton: ''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue