From a7d3bbb8cc1299c834c1d4c78e8b3c3002956c0b Mon Sep 17 00:00:00 2001 From: pedong Date: Tue, 10 Sep 2019 10:48:11 +0200 Subject: [PATCH] Del SIRET in service for API --- app/serializers/service_serializer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/serializers/service_serializer.rb b/app/serializers/service_serializer.rb index e03def977..460c580df 100644 --- a/app/serializers/service_serializer.rb +++ b/app/serializers/service_serializer.rb @@ -1,5 +1,5 @@ class ServiceSerializer < ActiveModel::Serializer - attributes :id, :siret, :email + attributes :id, :email attribute :nom, key: :name attribute :type_organisme, key: :type_organization attribute :organisme, key: :organization