aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorcedricnjanga2017-10-16 14:12:19 +0200
committercedricnjanga2017-10-16 14:12:19 +0200
commite107a580f61dcbcf8265f66ff95470445e77e918 (patch)
treefe78c9475ef66840178ffec0d6a62715f086d89e /app
parentcd480fff1486c7da53019b934dc454558dca808c (diff)
downloadchouette-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.rb2
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