aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/parrots.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/parrots.yml')
-rw-r--r--activerecord/test/fixtures/parrots.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/parrots.yml b/activerecord/test/fixtures/parrots.yml
index dd2c9548e7..8b73b8cdf6 100644
--- a/activerecord/test/fixtures/parrots.yml
+++ b/activerecord/test/fixtures/parrots.yml
@@ -1,21 +1,27 @@
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