]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_way.rb
Add explicit primary key declaration for changeset subscriptions
[rails.git] / app / models / old_way.rb
index c86590ed94a13f1da6046bbcd307f182f10d8fb5..63c4d8b65d2d6c4acb24b3a3d111f0a105c9eb72 100644 (file)
@@ -116,11 +116,6 @@ class OldWay < ActiveRecord::Base
     points
   end
 
-  # Temporary method to match interface to nodes
-  def tags_as_hash
-    tags
-  end
-
   # Temporary method to match interface to ways
   def way_nodes
     old_nodes