rails/activerecord/test/fixtures/vegetables.yml
Yves Senn 77ca2815f5 rewrite inheritance tests with a custom inheritance_column
previously the tests with and without a custom `inheritance_column`
used the same models. Since the model then has both fields this can lead
to false positives.
2012-09-03 20:30:43 +02:00

20 lines
292 B
YAML

first_cucumber:
id: 1
custom_type: Cucumber
name: 'my cucumber'
first_cabbage:
id: 2
custom_type: Cabbage
name: 'my cabbage'
second_cabbage:
id: 3
custom_type: Cabbage
name: 'his cabbage'
red_cabbage:
id: 4
custom_type: RedCabbage
name: 'red cabbage'
seller_id: 3