]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/relation.rb
Improve the layout of the object browser views.
[rails.git] / app / models / relation.rb
index 71ddc4a554f0e696b83187d1df5014bade7946c3..a1dc9f81d646195704f3dfc2a326997c39d63157 100644 (file)
@@ -257,4 +257,8 @@ class Relation < ActiveRecord::Base
     return false
   end
 
+  # Temporary method to match interface to nodes
+  def tags_as_hash
+    return self.tags
+  end
 end