Update vehicles_controller.rb

This commit is contained in:
2016-05-12 10:11:34 -04:00
parent 8b7cc3ffb6
commit 843c355a64

View File

@@ -55,7 +55,7 @@ class VehiclesController < ApplicationController
begin begin
@vehicle = Vehicle.find_by_id(params[:id]) @vehicle = Vehicle.find_by_id(params[:id])
Customer.without_callback(:initialize, :after, :pull) do Customer.without_callback(:initialize, :after, :pull) do
@customers = .all.order(:name) @customers = Customer.all.order(:name)
end end
rescue ActiveRecord::RecordNotFound rescue ActiveRecord::RecordNotFound
render_404 render_404