Create update_vehicles.js.coffee

This commit is contained in:
2016-09-13 23:57:12 -04:00
committed by GitHub
parent 03bcff2b9a
commit cc70c95115

View File

@@ -0,0 +1,2 @@
$("#issue_vehicles_id").empty()
.append("<%= escape_javascript(render(:partial => @vehicles)) %>")