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/parrots.yml

28 lines
457 B
YAML
Raw Normal View History

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