1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/fixtures/people.yml
Benjamin Floering 27de7f150b Fixed limited eager loading associations with numbers in the name [#2668 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-05-18 13:56:17 +02:00

18 lines
277 B
YAML

michael:
id: 1
first_name: Michael
primary_contact_id: 2
number1_fan_id: 3
gender: M
david:
id: 2
first_name: David
primary_contact_id: 3
number1_fan_id: 1
gender: M
susan:
id: 3
first_name: Susan
primary_contact_id: 2
number1_fan_id: 1
gender: F