]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_node.rb
Merge branch 'pull/5115'
[rails.git] / app / models / old_node.rb
index 3ec5cd4152939a24bf1816045dfe66bc23b4a262..4585ed406b28cba2205aa82b37fa11e67a539068 100644 (file)
@@ -26,7 +26,6 @@
 
 class OldNode < ApplicationRecord
   include GeoRecord
-  include ConsistencyValidations
 
   self.table_name = "nodes"
 
@@ -86,10 +85,6 @@ class OldNode < ApplicationRecord
 
   attr_writer :tags
 
-  def tags_as_hash
-    tags
-  end
-
   # Pretend we're not in any ways
   def ways
     []