From 39fcd6d4dd1a413180a85a3994916d144dae9e36 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 3 Mar 2018 13:55:22 -0500 Subject: [PATCH] Removed Drive & Doors --- app/views/vehicles/_details.html.erb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/views/vehicles/_details.html.erb b/app/views/vehicles/_details.html.erb index 058eb0b..50ae99a 100644 --- a/app/views/vehicles/_details.html.erb +++ b/app/views/vehicles/_details.html.erb @@ -21,16 +21,6 @@ <%= vehicle.style %> - - Drive - <%= vehicle.drive %> - - - - Doors - <%= vehicle.doors %> - - Notes <%= vehicle.notes %>