feat(services): serializer with siret

This commit is contained in:
Colin Darie 2022-07-19 14:42:30 +02:00
parent ad52710c3c
commit fd18f8b5f8

View file

@ -6,4 +6,5 @@ class ServiceSerializer < ActiveModel::Serializer
attribute :telephone, key: :phone
attribute :horaires, key: :schedule
attribute :adresse, key: :address
attribute :siret, key: :siret
end