]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_way.rb
Merge remote-tracking branch 'upstream/pull/4747'
[rails.git] / app / models / old_way.rb
index a55d3ed004a72bc678b959022e60ac33661ec199..8577330c52823dd808e5128b7047f7a17dcd9c5a 100644 (file)
@@ -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