1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 09:13:23 -05:00
BikeShed-1/db/seed/fixtures/bike_conditions.yml

17 lines
187 B
YAML
Raw Normal View History

2012-12-08 16:27:53 -05:00
undetermined:
2012-12-06 17:14:30 -05:00
id: 1
2012-12-08 16:27:53 -05:00
condition: UNDETERMINED
poor:
id: 2
2012-12-06 17:14:30 -05:00
condition: POOR
fair:
2012-12-08 16:27:53 -05:00
id: 3
2012-12-06 17:14:30 -05:00
condition: FAIR
good:
2012-12-08 16:27:53 -05:00
id: 4
2012-12-06 17:14:30 -05:00
condition: GOOD
excellent:
2012-12-08 16:27:53 -05:00
id: 5
2012-12-06 17:14:30 -05:00
condition: EXCELLENT