Removing unused method

This commit is contained in:
Raphael 2010-08-28 14:38:22 -07:00
parent f76c4bd390
commit aa22a0d5c8

View file

@ -61,11 +61,4 @@ class Comment
verify_signature(creator_signature, person)
end
protected
def sign_if_my_post
unless self.post.person.owner.nil?
self.post_creator_signature = sign_with_key self.post.person.encryption_key
end
end
end