aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/routing_constraint_zones/new.js.erb
blob: 418e7958b684df6118edee0b3e4f5161a713373d (plain)
1
$("#stop_points").html("<%= escape_javascript(render partial: 'routing_constraint_zones/stop_points', locals: { routing_constraint_zone: @routing_constraint_zone, stop_points: @route.stop_points }) %>");