aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
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