Remove entreprise and rna_information models
This commit is contained in:
parent
81179ceba9
commit
ad24fd5991
15 changed files with 75 additions and 123 deletions
|
@ -11,4 +11,8 @@ class EntrepriseSerializer < ActiveModel::Serializer
|
|||
:date_creation,
|
||||
:nom,
|
||||
:prenom
|
||||
|
||||
def date_creation
|
||||
object.date_creation ? object.date_creation.to_datetime : nil
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue