26 lines
405 B
YAML
26 lines
405 B
YAML
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||
|
one:
|
||
|
id: 1
|
||
|
nom: PFALZGRAF
|
||
|
prenom: Christian
|
||
|
classe: LPCDED
|
||
|
email: christian@pfalzy.net
|
||
|
age: 24
|
||
|
rue:
|
||
|
codePostal:
|
||
|
ville:
|
||
|
photo:
|
||
|
type:
|
||
|
two:
|
||
|
id: 2
|
||
|
nom: DOSSMANN
|
||
|
prenom: Olivier
|
||
|
classe: LPCDED
|
||
|
email: f@f.f
|
||
|
age: 23
|
||
|
rue: 3, rue des platanes
|
||
|
codePostal: 67550
|
||
|
ville: VENDENHEIM
|
||
|
photo:
|
||
|
type:
|