aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/journey_pattern_control/vehicle_journey.rb
blob: dfaf42bebee4dc4d5363389e94bc73196dfe60cd (plain)
1
2
3
4
5
6
module JourneyPatternControl
  class VehicleJourney < ComplianceControl

    def self.default_code; "3-JourneyPattern-2" end
  end
end