fix(attestation depot): define organisme on contact_information as on service
This commit is contained in:
parent
43e870e9ec
commit
418bb8c00f
1 changed files with 3 additions and 0 deletions
|
@ -21,4 +21,7 @@ class ContactInformation < ApplicationRecord
|
|||
"tel:#{telephone.gsub(/[[:blank:]]/, '')}"
|
||||
end
|
||||
end
|
||||
|
||||
def organisme
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue