From b08f3adc39ba42d46539cf17d229738a2069e3d2 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 21 Apr 2016 12:10:56 -0400 Subject: [PATCH] Update index.html.erb --- app/views/vehicle/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/vehicle/index.html.erb b/app/views/vehicle/index.html.erb index 7d11f63..425c953 100644 --- a/app/views/vehicle/index.html.erb +++ b/app/views/vehicle/index.html.erb @@ -20,4 +20,4 @@ <% end %> -<%= button_to "New", vehicle, method: :new %> +<%= button_to "New", new_vehicle_path, method: :new %>