fix(attestation depot): define organisme on contact_information as on service

This commit is contained in:
Eric Leroy-Terquem 2024-03-05 14:50:52 +01:00
parent 43e870e9ec
commit 418bb8c00f

View file

@ -21,4 +21,7 @@ class ContactInformation < ApplicationRecord
"tel:#{telephone.gsub(/[[:blank:]]/, '')}"
end
end
def organisme
end
end