Update vehicle_controller.rb

This commit is contained in:
2016-04-21 12:24:18 -04:00
parent 29fa5ff510
commit ad27e98e48

View File

@@ -23,7 +23,7 @@ class VehicleController < ApplicationController
# return an HTML form for creating a new vehicle
def new
@vehicle = Vehicle.new
end
# create a new vehicle