X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/46cd08b1c866162cafa92fb0aa2b38ca6fe1f353..5bdb8a43e12551db3799b6a0847d47c5b42c17f8:/app/models/old_node.rb diff --git a/app/models/old_node.rb b/app/models/old_node.rb index 3ec5cd415..4585ed406 100644 --- a/app/models/old_node.rb +++ b/app/models/old_node.rb @@ -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 []