diff --git a/db/seed/fixtures/bike_conditions.yml b/db/seed/fixtures/bike_conditions.yml index a7287dd..502384f 100644 --- a/db/seed/fixtures/bike_conditions.yml +++ b/db/seed/fixtures/bike_conditions.yml @@ -1,13 +1,16 @@ -poor: +undetermined: id: 1 + condition: UNDETERMINED +poor: + id: 2 condition: POOR fair: - id: 2 + id: 3 condition: FAIR good: - id: 3 + id: 4 condition: GOOD excellent: - id: 4 + id: 5 condition: EXCELLENT