diff options
| author | Guillaume | 2017-10-16 17:58:25 +0200 |
|---|---|---|
| committer | Guillaume | 2017-10-16 17:58:25 +0200 |
| commit | 99d2e53ff5dfb947c63c0bf360a97ef64565ed47 (patch) | |
| tree | 550394c073969047e8eaaf99c196450db7a23ab6 /app | |
| parent | 1c8f131301e7efa828f60945273bfb6b16a0e430 (diff) | |
| parent | 35619ee35a0694d2693a2aa88cb6e7d40f5678f1 (diff) | |
| download | chouette-core-99d2e53ff5dfb947c63c0bf360a97ef64565ed47.tar.bz2 | |
Merge branch 'master' of https://github.com/af83/stif-boiv
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 |
