From d4930227bad6764e7ad9fad6e7d7e46b455dd7ef Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 21 Apr 2016 12:26:50 -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 425c953..4fd1874 100644 --- a/app/views/vehicle/index.html.erb +++ b/app/views/vehicle/index.html.erb @@ -20,4 +20,4 @@ <% end %> -<%= button_to "New", new_vehicle_path, method: :new %> +<%= button_to "New", new_vehicle_path, method: :get %>