Froze rails gems
[depot.git] / vendor / rails / activerecord / test / fixtures / parrots.yml
1 george:
2 name: "Curious George"
3 treasures: diamond, sapphire
4 parrot_sti_class: LiveParrot
5
6 louis:
7 name: "King Louis"
8 treasures: [diamond, sapphire]
9 parrot_sti_class: LiveParrot
10
11 frederick:
12 name: $LABEL
13 parrot_sti_class: LiveParrot
14
15 polly:
16 id: 4
17 name: $LABEL
18 killer: blackbeard
19 treasures: sapphire, ruby
20 parrot_sti_class: DeadParrot
21
22 DEFAULTS: &DEFAULTS
23 treasures: sapphire, ruby
24 parrot_sti_class: LiveParrot
25
26 davey:
27 <<: *DEFAULTS