MS RS actually fix the photo bug. without breaking the specs

This commit is contained in:
maxwell 2010-11-08 14:26:43 -08:00
parent 4d2820e31c
commit 26e1cfe955

View file

@ -42,7 +42,8 @@ module Diaspora
end
def contact_for_person_id(person_id)
friends(:person_id => person_id).first
friends.first(:person_id => person_id.to_id) if person_id
end
def friends_not_in_aspect( aspect )