MS we didnt serialize the post creator sig....sigh.... this could not be the problem
This commit is contained in:
parent
66f66b85a6
commit
0c2fc54c0f
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue