add FIXME FIXME FIXME for serializing changes in a changeset
This commit is contained in:
parent
e48cbc6a5f
commit
9cbc370a7e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue