From b534e94c38879c4c578f0c70c71673f2e271953e Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 21 Apr 2016 12:47:10 -0400 Subject: [PATCH] Update vehicles_controller.rb --- app/controllers/vehicles_controller.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/controllers/vehicles_controller.rb b/app/controllers/vehicles_controller.rb index 9805fc3..de16be0 100644 --- a/app/controllers/vehicles_controller.rb +++ b/app/controllers/vehicles_controller.rb @@ -27,9 +27,9 @@ class VehiclesController < ApplicationController end # create a new vehicle - def create - super - end + #def create + # + #end # display a specific vehicle def show