]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/way.rb
Improve the layout of the object browser views.
[rails.git] / app / models / way.rb
index 8ae6b40846944a41dca2ac03c542824fbb68fea1..b042be59eca4baecfecfe20e8fd3e3a0e9d610f3 100644 (file)
@@ -257,4 +257,9 @@ class Way < ActiveRecord::Base
     self.delete_with_relations_and_history(user)
 
   end
+
+  # Temporary method to match interface to nodes
+  def tags_as_hash
+    return self.tags
+  end
 end