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.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/models/line_control/route.rb b/app/models/line_control/route.rb
index 8ac13a080..21c5eca06 100644
--- a/app/models/line_control/route.rb
+++ b/app/models/line_control/route.rb
@@ -3,11 +3,5 @@ module LineControl
@@default_criticity = :warning
@@default_code = "3-Line-1"
-
- after_initialize do
- self.name = self.class.name
- self.code = @@default_code
- self.criticity = @@default_criticity
- end
end
end \ No newline at end of file