Skip to content
Snippets Groups Projects
Commit a01c1c74 authored by Raphael's avatar Raphael
Browse files

Remove remove_all_aspects without ill effect

parent d3d01821
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ class User
#after_create :seed_aspects
before_destroy :unfriend_everyone, :remove_person, :remove_all_aspects
before_destroy :unfriend_everyone, :remove_person
def strip_username
if username.present?
......@@ -436,8 +436,4 @@ class User
end
}
end
def remove_all_aspects
aspects.destroy_all
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment