RS, DG; person destruction no longer deletes comments

This commit is contained in:
Raphael 2010-07-15 14:12:01 -07:00
parent 50addb8309
commit 862787ea93

View file

@ -59,7 +59,6 @@ class Person
def remove_all_traces
self.posts.delete_all
Comment.delete_all(:person_id => self.id)
end