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