spit out whether the changeset is open in the xml
This commit is contained in:
parent
618908319c
commit
604f9ddd46
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue