aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/line_control/route.rb
blob: aabd2f347981430b083d4df9ee1dec70482004f8 (plain)
1
2
3
4
5
6
module LineControl
  class Route < ComplianceControl

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