aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/route_control/unactivated_stop_point.rb
blob: 3066bb523d99d1b2324f8f357edc961019e7ff77 (plain)
1
2
3
4
5
6
module RouteControl
  class UnactivatedStopPoint < ComplianceControl

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