Comment guids now serialize
This commit is contained in:
parent
d8959326d5
commit
ab25e35a71
1 changed files with 1 additions and 1 deletions
|
|
@ -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!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue