From: Christopher Schmidt Date: Sun, 11 May 2008 20:07:47 +0000 (+0000) Subject: add FIXME FIXME FIXME for serializing changes in a changeset X-Git-Tag: live~7601^2~355 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/9cbc370a7eb498993ddefbaa2be8b5b48155d8d5?hp=e48cbc6a5f54a0e18dc581ccbac3b13284313125 add FIXME FIXME FIXME for serializing changes in a changeset --- diff --git a/app/models/changeset.rb b/app/models/changeset.rb index 983f7544c..9b92c62ea 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -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