X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d69a518b9e69107503b332728dfa583594293ea1..97726826e1bcdec2369996aa0b1b0db737a58926:/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