X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0cb97bd7d96030c07d9716c3d26d39bcd4f712ff..967f44ffac7dfbbc91dabd8dc221be22e4ba0606:/app/models/old_node.rb diff --git a/app/models/old_node.rb b/app/models/old_node.rb index 7bafca053..76eab8427 100644 --- a/app/models/old_node.rb +++ b/app/models/old_node.rb @@ -58,4 +58,14 @@ class OldNode < ActiveRecord::Base end hash end + + # Pretend we're not in any ways + def ways + return [] + end + + # Pretend we're not in any relations + def containing_relation_members + return [] + end end