aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/route_control/zdl_stop_area.rb
blob: 2efd892dfa80059d66ae06c8ac3e1845d3ceef79 (plain)
1
2
3
4
5
6
module RouteControl
  class ZDLStopArea < ComplianceControl

    def self.default_code; "3-Route-1" end
  end
end