]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/relation.rb
Merge data browser branch to trunk.
[rails.git] / app / models / relation.rb
index bdba25f8f50c148a4a85d669ba96ddfe72dda408..9ee118f6e0c22fb26f4bff0012e30e3cb2c92173 100644 (file)
@@ -234,4 +234,8 @@ class Relation < ActiveRecord::Base
     return false
   end
 
     return false
   end
 
+  # Temporary method to match interface to nodes
+  def tags_as_hash
+    return self.tags
+  end
 end
 end