MS we didnt serialize the post creator sig....sigh.... this could not be the problem

This commit is contained in:
maxwell 2010-07-26 13:29:39 -07:00
parent 66f66b85a6
commit 0c2fc54c0f

View file

@ -33,6 +33,8 @@ class Comment
validates_true_for :post_creator_signature, :logic => lambda {self.verify_post_creator_signature} validates_true_for :post_creator_signature, :logic => lambda {self.verify_post_creator_signature}
xml_accessor :creator_signature xml_accessor :creator_signature
xml_accessor :post_creator_signature
key :creator_signature, String key :creator_signature, String
key :post_creator_signature, String key :post_creator_signature, String