diff options
| author | cedricnjanga | 2017-10-16 14:12:19 +0200 |
|---|---|---|
| committer | cedricnjanga | 2017-10-16 14:12:19 +0200 |
| commit | e107a580f61dcbcf8265f66ff95470445e77e918 (patch) | |
| tree | fe78c9475ef66840178ffec0d6a62715f086d89e /app | |
| parent | cd480fff1486c7da53019b934dc454558dca808c (diff) | |
| download | chouette-core-e107a580f61dcbcf8265f66ff95470445e77e918.tar.bz2 | |
Refs #4722 Comlpiance Control translations
Diffstat (limited to 'app')
| -rw-r--r-- | app/models/route_control/stop_points_in_journey_pattern.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/route_control/stop_points_in_journey_pattern.rb b/app/models/route_control/stop_points_in_journey_pattern.rb index 400bef5ef..c0c13e65a 100644 --- a/app/models/route_control/stop_points_in_journey_pattern.rb +++ b/app/models/route_control/stop_points_in_journey_pattern.rb @@ -1,6 +1,6 @@ module RouteControl class StopPointsInJourneyPattern < ComplianceControl - def self.default_code; "3-Route-6" end + def self.default_code; "3-Route-8" end end end |
