From ab25e35a714dd893faa05679dd7904149bd57c63 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 11 Aug 2010 16:31:12 -0700 Subject: [PATCH] Comment guids now serialize --- app/models/comment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/comment.rb b/app/models/comment.rb index b62164075..66ce23b55 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -8,7 +8,7 @@ class Comment xml_accessor :text xml_accessor :person, :as => Person xml_accessor :post_id - + xml_accessor :_id key :text, String timestamps!