Del SIRET in service for API
This commit is contained in:
parent
25596ca2f2
commit
a7d3bbb8cc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
class ServiceSerializer < ActiveModel::Serializer
|
class ServiceSerializer < ActiveModel::Serializer
|
||||||
attributes :id, :siret, :email
|
attributes :id, :email
|
||||||
attribute :nom, key: :name
|
attribute :nom, key: :name
|
||||||
attribute :type_organisme, key: :type_organization
|
attribute :type_organisme, key: :type_organization
|
||||||
attribute :organisme, key: :organization
|
attribute :organisme, key: :organization
|
||||||
|
|
Loading…
Reference in a new issue