diff --git a/app/views/vehicles/_form.html.erb b/app/views/vehicles/_form.html.erb index 0da050c..e156ed1 100644 --- a/app/views/vehicles/_form.html.erb +++ b/app/views/vehicles/_form.html.erb @@ -34,7 +34,7 @@
VIN:
- <%= f.text_field :vin %> + <%= f.text_field :vin , :autofocus => true %>