aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/line_control/route.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/line_control/route.rb')
-rw-r--r--app/models/line_control/route.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/line_control/route.rb b/app/models/line_control/route.rb
index f16cad8d4..aabd2f347 100644
--- a/app/models/line_control/route.rb
+++ b/app/models/line_control/route.rb
@@ -1,6 +1,6 @@
module LineControl
class Route < ComplianceControl
- @@default_code = "3-Line-1"
+ def self.default_code; "3-Line-1" end
end
end