diff --git a/app/controllers/groups_controller.rb b/app/controllers/aspects_controller.rb similarity index 100% rename from app/controllers/groups_controller.rb rename to app/controllers/aspects_controller.rb diff --git a/app/helpers/groups_helper.rb b/app/helpers/aspects_helper.rb similarity index 100% rename from app/helpers/groups_helper.rb rename to app/helpers/aspects_helper.rb diff --git a/app/models/group.rb b/app/models/aspect.rb similarity index 100% rename from app/models/group.rb rename to app/models/aspect.rb diff --git a/app/views/groups/_new_group.haml b/app/views/aspects/_new_aspect.haml similarity index 100% rename from app/views/groups/_new_group.haml rename to app/views/aspects/_new_aspect.haml diff --git a/app/views/groups/edit.html.haml b/app/views/aspects/edit.html.haml similarity index 100% rename from app/views/groups/edit.html.haml rename to app/views/aspects/edit.html.haml diff --git a/app/views/groups/index.html.haml b/app/views/aspects/index.html.haml similarity index 100% rename from app/views/groups/index.html.haml rename to app/views/aspects/index.html.haml diff --git a/app/views/groups/new.html.haml b/app/views/aspects/new.html.haml similarity index 100% rename from app/views/groups/new.html.haml rename to app/views/aspects/new.html.haml diff --git a/app/views/groups/show.html.haml b/app/views/aspects/show.html.haml similarity index 100% rename from app/views/groups/show.html.haml rename to app/views/aspects/show.html.haml diff --git a/app/views/shared/_group_friends.haml b/app/views/shared/_aspect_friends.haml similarity index 100% rename from app/views/shared/_group_friends.haml rename to app/views/shared/_aspect_friends.haml diff --git a/app/views/shared/_group_nav.haml b/app/views/shared/_aspect_nav.haml similarity index 100% rename from app/views/shared/_group_nav.haml rename to app/views/shared/_aspect_nav.haml diff --git a/public/javascripts/group-edit.js b/public/javascripts/aspect-edit.js similarity index 100% rename from public/javascripts/group-edit.js rename to public/javascripts/aspect-edit.js diff --git a/public/javascripts/group_nav.js b/public/javascripts/aspect_nav.js similarity index 100% rename from public/javascripts/group_nav.js rename to public/javascripts/aspect_nav.js diff --git a/spec/controllers/groups_controller_spec.rb b/spec/controllers/aspects_controller_spec.rb similarity index 100% rename from spec/controllers/groups_controller_spec.rb rename to spec/controllers/aspects_controller_spec.rb diff --git a/spec/models/group_spec.rb b/spec/models/aspect_spec.rb similarity index 100% rename from spec/models/group_spec.rb rename to spec/models/aspect_spec.rb