just seed family and work

This commit is contained in:
Daniel Vincent Grippi 2010-09-15 15:36:41 -07:00
parent 7ed00424c9
commit cd21ee8652

View file

@ -230,8 +230,7 @@ class User
Rails.logger.info( "the person id is #{object.post_id} the friend found is #{visible_person_by_id(object.post_id).inspect}")
unfriended_by visible_person_by_id(object.post_id)
else
else
object.perform self.id
aspects = self.aspects_with_person(object.person)
aspects.each{ |aspect| aspect.post_ids.delete(object.post_id.to_id)
@ -307,7 +306,6 @@ class User
end
def seed_aspects
aspect(:name => "Acquaintances")
aspect(:name => "Family")
aspect(:name => "Work")
end