From 75a651dd3b8cb41f68bcd6408c580b5f3f964c76 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 27 Apr 2016 08:02:40 -0400 Subject: [PATCH] Update index.html.erb --- app/views/vehicles/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb index ae2a15e..18cc0ea 100644 --- a/app/views/vehicles/index.html.erb +++ b/app/views/vehicles/index.html.erb @@ -12,6 +12,8 @@ <% end %> +<%= will_paginate @vehicles %> +
<%= button_to "New", new_vehicle_path, method: :get %>