Add individual infos to flat table export serializer
This commit is contained in:
parent
f5e8631b71
commit
320d5da40f
5 changed files with 66 additions and 17 deletions
|
@ -1,5 +1,6 @@
|
|||
FactoryGirl.define do
|
||||
factory :individual do
|
||||
gender 'M.'
|
||||
nom 'Julien'
|
||||
prenom 'Xavier'
|
||||
birthdate '20/01/1991'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue