1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 01:03:23 -05:00
BikeShed-1/db/seed/fixtures/bike_conditions.yml
2012-12-08 16:27:53 -05:00

17 lines
187 B
YAML

undetermined:
id: 1
condition: UNDETERMINED
poor:
id: 2
condition: POOR
fair:
id: 3
condition: FAIR
good:
id: 4
condition: GOOD
excellent:
id: 5
condition: EXCELLENT