rails/activerecord/test/fixtures/parrots.yml
dmathieu 79dc275b8d properly reference yml alias nodes
as per the last version of the yml specifications : http://www.yaml.org/spec/1.2/spec.html#* alias//
2011-05-24 11:18:28 +02:00

28 lines
457 B
YAML

george:
name: "Curious George"
treasures: diamond, sapphire
parrot_sti_class: LiveParrot
louis:
name: "King Louis"
treasures: [diamond, sapphire]
parrot_sti_class: LiveParrot
frederick:
name: $LABEL
parrot_sti_class: LiveParrot
polly:
id: 4
name: $LABEL
killer: blackbeard
treasures: sapphire, ruby
parrot_sti_class: DeadParrot
DEFAULTS: &DEFAULTS
treasures: sapphire, ruby
parrot_sti_class: LiveParrot
davey:
*DEFAULTS