Comment guids now serialize

This commit is contained in:
Raphael 2010-08-11 16:31:12 -07:00
parent d8959326d5
commit ab25e35a71

View file

@ -8,7 +8,7 @@ class Comment
xml_accessor :text xml_accessor :text
xml_accessor :person, :as => Person xml_accessor :person, :as => Person
xml_accessor :post_id xml_accessor :post_id
xml_accessor :_id
key :text, String key :text, String
timestamps! timestamps!