spit out whether the changeset is open in the xml

This commit is contained in:
Christopher Schmidt 2008-05-11 22:26:11 +00:00
parent 618908319c
commit 604f9ddd46

View file

@ -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,