]> git.openstreetmap.org Git - rails.git/commitdiff
add FIXME FIXME FIXME for serializing changes in a changeset
authorChristopher Schmidt <crschmidt@crschmidt.net>
Sun, 11 May 2008 20:07:47 +0000 (20:07 +0000)
committerChristopher Schmidt <crschmidt@crschmidt.net>
Sun, 11 May 2008 20:07:47 +0000 (20:07 +0000)
app/models/changeset.rb

index 983f7544c11710ce330c2958f192915732142352..9b92c62ead7547a6b11def8998abf608e344b793 100644 (file)
@@ -101,6 +101,10 @@ class Changeset < ActiveRecord::Base
     
     el1['created_at'] = self.created_at.xmlschema
 
+    # FIXME FIXME FIXME: This does not include changes yet! There is 
+    # currently no changeset_id column in the tables as far as I can tell,
+    # so this is just a scaffold to build on, not a complete to_xml
+
     return el1
   end
 end