]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/node.rb
Remove unused to_xml and to_xml_node methods from models
[rails.git] / app / models / node.rb
index 5e799c8d9374b1562d61035b8b710f81f27a64de..8bfac993b5bd9fdd2d512a4007dfff1304cae2ec 100644 (file)
@@ -27,7 +27,6 @@ class Node < ApplicationRecord
   include GeoRecord
   include ConsistencyValidations
   include NotRedactable
-  include ObjectMetadata
 
   self.table_name = "current_nodes"