diff --git a/app/views/vehicles/_form.html.erb b/app/views/vehicles/_form.html.erb index ad888a0..7fcff15 100644 --- a/app/views/vehicles/_form.html.erb +++ b/app/views/vehicles/_form.html.erb @@ -31,6 +31,13 @@ +
+ VIN: +
+ <%= f.text_field :vin %> +
+
+
Notes: