X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/574231cf95960ba71273a75ccd0bf9057f574a57..68431bde1ac127804a1375db3c12f24c38926a18:/app/models/old_way.rb

diff --git a/app/models/old_way.rb b/app/models/old_way.rb
index a55d3ed00..8577330c5 100644
--- a/app/models/old_way.rb
+++ b/app/models/old_way.rb
@@ -21,8 +21,6 @@
 #
 
 class OldWay < ApplicationRecord
-  include ConsistencyValidations
-
   self.table_name = "ways"
 
   # NOTE: this needs to be included after the table name changes, or