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/computers.yml
Ryuta Kamizono 307d50292d Should not fail if mangling enum names collision
Just skip defining mangling enum methods in that case.

Fixes #40804.
2021-01-01 15:03:15 +09:00

12 lines
170 B
YAML

workstation:
id: 1
system: 'Linux'
developer: 1
extendedWarranty: 1
timezone: 1
laptop:
system: 'MacOS 1'
developer: 1
extendedWarranty: 1
timezone: 1