Update vehicles_controller.rb

This commit is contained in:
2016-04-22 12:17:59 -04:00
parent f90921fb00
commit a8c353945d

View File

@@ -65,7 +65,7 @@ class VehiclesController < ApplicationController
else
flash.now[:error] = "No Vehicle Found"
end
redirect_to :index
redirect_to action: :index
end
end