X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/322d293007eb75eedae7bd6138dc5abc3143d972..152cb13a02dfcb2966b8a9b29382f84a99a23a69:/app/models/old_node.rb diff --git a/app/models/old_node.rb b/app/models/old_node.rb index 03aff0fc6..badcd74a2 100644 --- a/app/models/old_node.rb +++ b/app/models/old_node.rb @@ -92,11 +92,7 @@ class OldNode < ActiveRecord::Base end def tags_as_hash - hash = {} - Tags.split(self.tags) do |k,v| - hash[k] = v - end - hash + return self.tags end # Pretend we're not in any ways