Removing unused method
This commit is contained in:
parent
f76c4bd390
commit
aa22a0d5c8
1 changed files with 0 additions and 7 deletions
|
|
@ -61,11 +61,4 @@ class Comment
|
||||||
verify_signature(creator_signature, person)
|
verify_signature(creator_signature, person)
|
||||||
end
|
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
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue