]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_node.rb
Adding some more unit test stubs that need filling out. Adding changeset tags fixture...
[rails.git] / app / models / old_node.rb
index 03aff0fc6a578f4d9814929ee1a8e64051c7d910..badcd74a2cb7d9d1975e9306559c56fb9fbd3e60 100644 (file)
@@ -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