X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b6c354b31b8e7963bbd384045cb72cd3a88c613e..436470b0576574971ea13b9754142047a6d109df:/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