mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update vehicles_controller.rb
This commit is contained in:
@@ -99,6 +99,7 @@ class VehiclesController < ApplicationController
|
|||||||
def update_vehicles
|
def update_vehicles
|
||||||
@vehicles = Customer.find_by_id(params[:customer_id].to_i).vehicles
|
@vehicles = Customer.find_by_id(params[:customer_id].to_i).vehicles
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
|
format.html { render(:text => "not implemented") }
|
||||||
format.js
|
format.js
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user