diff options
Diffstat (limited to 'app/models/line_control')
| -rw-r--r-- | app/models/line_control/route.rb | 2 |
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 |
