aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
diff options
context:
space:
mode:
authorcedricnjanga2017-10-17 00:09:35 +0200
committercedricnjanga2017-10-17 00:10:01 +0200
commit9d690af51d1dfb32f731eda3ba6d3d5a09c548ad (patch)
treee13e5a24e6e6573234d0b8621025a63d0e54980a /app/models
parent51a1ea5b141032121913f807a162d305828bec54 (diff)
downloadchouette-core-9d690af51d1dfb32f731eda3ba6d3d5a09c548ad.tar.bz2
Change routing constaint zone control default codes
Diffstat (limited to 'app/models')
-rw-r--r--app/models/routing_constraint_zone_control/maximum_length.rb2
-rw-r--r--app/models/routing_constraint_zone_control/minimum_length.rb2
-rw-r--r--app/models/routing_constraint_zone_control/unactivated_stop_point.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/models/routing_constraint_zone_control/maximum_length.rb b/app/models/routing_constraint_zone_control/maximum_length.rb
index 6b726e38c..9e647e934 100644
--- a/app/models/routing_constraint_zone_control/maximum_length.rb
+++ b/app/models/routing_constraint_zone_control/maximum_length.rb
@@ -1,6 +1,6 @@
module RoutingConstraintZoneControl
class MaximumLength < ComplianceControl
- def self.default_code; "3-ITL-2" end
+ def self.default_code; "3-RoutingConstraint-2" end
end
end
diff --git a/app/models/routing_constraint_zone_control/minimum_length.rb b/app/models/routing_constraint_zone_control/minimum_length.rb
index 38f583bc5..ce831e72f 100644
--- a/app/models/routing_constraint_zone_control/minimum_length.rb
+++ b/app/models/routing_constraint_zone_control/minimum_length.rb
@@ -1,6 +1,6 @@
module RoutingConstraintZoneControl
class MinimumLength < ComplianceControl
- def self.default_code; "3-ITL-3" end
+ def self.default_code; "3-RoutingConstraint-3" end
end
end
diff --git a/app/models/routing_constraint_zone_control/unactivated_stop_point.rb b/app/models/routing_constraint_zone_control/unactivated_stop_point.rb
index c03bb2324..a42a4359d 100644
--- a/app/models/routing_constraint_zone_control/unactivated_stop_point.rb
+++ b/app/models/routing_constraint_zone_control/unactivated_stop_point.rb
@@ -1,6 +1,6 @@
module RoutingConstraintZoneControl
class UnactivatedStopPoint < ComplianceControl
- def self.default_code; "3-ITL-1" end
+ def self.default_code; "3-RoutingConstraint-1" end
end
end