aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/mixins.yml
blob: c74b1da51b4a797ef4501af0fe23190ba75a7747 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
first:
  id: 1
  pos: 1
  parent_id: 0 
  
second:
  id: 2
  pos: 1
  parent_id: 1

third:
  id: 3
  pos: 2
  parent_id: 1