From 3ce2cef2f6ba7437c6e569b224cce7963e675913 Mon Sep 17 00:00:00 2001 From: Jason Denney Date: Sat, 8 Dec 2012 16:27:53 -0500 Subject: [PATCH] Add extra default condition --- db/seed/fixtures/bike_conditions.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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