aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/fixtures/people.yml
blob: e640a38f1f7ff6a4f5b93483de410435fbf7a01e (plain) (tree)
1
2
3
4
5
6
7
8
9

        
                     
                       
                   
           
                    

       

                       
                   
           
                    



                       

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