Update vehicles_controller.rb

This commit is contained in:
2016-08-03 22:23:07 -04:00
committed by GitHub
parent de9e973fd9
commit 30ceea7fd5

View File

@@ -99,7 +99,8 @@ class VehiclesController < ApplicationController
def update_vehicles
@vehicles = Customer.find_by_id(params[:customer_id].to_i).vehicles
respond_to do |format|
format.js
format.html { render(:text => "not implemented") }
format.js
end
end