Update vehicles_controller.rb

This commit is contained in:
2016-04-27 07:54:54 -04:00
parent 0d367245ce
commit 98cf1ed140

View File

@@ -18,7 +18,7 @@ class VehiclesController < ApplicationController
# display a list of all vehicles
def index
@vehicles = Vehicle.paginate(:page => params[:page])
end
# return an HTML form for creating a new vehicle