]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/node.rb
Fixed 'raw' raises by converting them to the appropriate OSM::APIError type. Made...
[rails.git] / app / models / node.rb
index bd51d6c5013712835e8e811fee50520f230aecdf..2c25bbd14cc72cd268c3c078b92b829c1b8dae87 100644 (file)
@@ -267,7 +267,7 @@ class Node < ActiveRecord::Base
   ##
   # dummy method to make the interfaces of node, way and relation
   # more consistent.
-  def fix_placeholders!(id_map)
+  def fix_placeholders!(id_map, placeholder_id = nil)
     # nodes don't refer to anything, so there is nothing to do here
   end