X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e48cbc6a5f54a0e18dc581ccbac3b13284313125..7151fa05e4d4f73956d7f9a7ad2db1f5b956a0c0:/app/models/changeset.rb?ds=sidebyside diff --git a/app/models/changeset.rb b/app/models/changeset.rb index 983f7544c..c9eeb0018 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -100,6 +100,11 @@ class Changeset < ActiveRecord::Base end el1['created_at'] = self.created_at.xmlschema + el1['open'] = self.open.to_s + + # 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