]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/relation_controller.rb
Small fixes to unit tests where user_id has become changeset_id.
[rails.git] / app / controllers / relation_controller.rb
index b38d90c02b07b569ba0572d92307e2b6eca5f712..d87905059ea37c8c791266fe0305de5a45c109bc 100644 (file)
@@ -46,6 +46,7 @@ class RelationController < ApplicationController
   end
 
   def update
+    logger.debug request.raw_post
     begin
       relation = Relation.find(params[:id])
       new_relation = Relation.from_xml(request.raw_post)