Update vehicles_controller.rb

This commit is contained in:
2016-04-22 12:14:44 -04:00
parent 84fd9770c9
commit f90921fb00

View File

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