From 604f9ddd46fcca6b66e1b5c3da286fcb7b86f864 Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Sun, 11 May 2008 22:26:11 +0000 Subject: [PATCH] spit out whether the changeset is open in the xml --- app/models/changeset.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/changeset.rb b/app/models/changeset.rb index 9b92c62ea..c9eeb0018 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -100,6 +100,7 @@ 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, -- 2.45.2