diff options
Diffstat (limited to 'app/models/route_control/speed.rb')
| -rw-r--r-- | app/models/route_control/speed.rb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app/models/route_control/speed.rb b/app/models/route_control/speed.rb deleted file mode 100644 index fb07b5c87..000000000 --- a/app/models/route_control/speed.rb +++ /dev/null @@ -1,15 +0,0 @@ -module VehicleJourneyControl - class Speed < ComplianceControl - - hstore_accessor :control_attributes, minimum: :integer, maximum: :integer - - @@default_criticity = :warning - @@default_code = "3-VehicleJourney-2" - - after_initialize do - self.name = self.class.name - self.code = @@default_code - self.criticity = @@default_criticity - end - end -end |
