From 4f08af39876f443a6def5d55973d6711f0c5647a Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 6 Sep 2016 11:00:07 -0500 Subject: [PATCH] Update _form.html.erb --- app/views/vehicles/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>