Syntax errors are awesome

This commit is contained in:
Raphael 2010-07-16 10:20:41 -07:00
parent 4178a78b23
commit 9f90ae4db0

View file

@ -56,7 +56,7 @@ class User < Person
end
def receive_friend_request(friend_request)
logger.info("receiving friend request #{friend_request.to_json}"
logger.info("receiving friend request #{friend_request.to_json}")
GPGME.import(friend_request.exported_key)
if Request.where(:callback_url => friend_request.callback_url).first
friend_request.activate_friend