From 9837340eb2f97ad153b96ae4e8e89e4b79606302 Mon Sep 17 00:00:00 2001
From: Raphael <raphael@joindiaspora.com>
Date: Mon, 13 Sep 2010 10:43:15 -0700
Subject: [PATCH] Rename files from group to aspect

---
 app/controllers/{groups_controller.rb => aspects_controller.rb}   | 0
 app/helpers/{groups_helper.rb => aspects_helper.rb}               | 0
 app/models/{group.rb => aspect.rb}                                | 0
 app/views/{groups/_new_group.haml => aspects/_new_aspect.haml}    | 0
 app/views/{groups => aspects}/edit.html.haml                      | 0
 app/views/{groups => aspects}/index.html.haml                     | 0
 app/views/{groups => aspects}/new.html.haml                       | 0
 app/views/{groups => aspects}/show.html.haml                      | 0
 app/views/shared/{_group_friends.haml => _aspect_friends.haml}    | 0
 app/views/shared/{_group_nav.haml => _aspect_nav.haml}            | 0
 public/javascripts/{group-edit.js => aspect-edit.js}              | 0
 public/javascripts/{group_nav.js => aspect_nav.js}                | 0
 .../{groups_controller_spec.rb => aspects_controller_spec.rb}     | 0
 spec/models/{group_spec.rb => aspect_spec.rb}                     | 0
 14 files changed, 0 insertions(+), 0 deletions(-)
 rename app/controllers/{groups_controller.rb => aspects_controller.rb} (100%)
 rename app/helpers/{groups_helper.rb => aspects_helper.rb} (100%)
 rename app/models/{group.rb => aspect.rb} (100%)
 rename app/views/{groups/_new_group.haml => aspects/_new_aspect.haml} (100%)
 rename app/views/{groups => aspects}/edit.html.haml (100%)
 rename app/views/{groups => aspects}/index.html.haml (100%)
 rename app/views/{groups => aspects}/new.html.haml (100%)
 rename app/views/{groups => aspects}/show.html.haml (100%)
 rename app/views/shared/{_group_friends.haml => _aspect_friends.haml} (100%)
 rename app/views/shared/{_group_nav.haml => _aspect_nav.haml} (100%)
 rename public/javascripts/{group-edit.js => aspect-edit.js} (100%)
 rename public/javascripts/{group_nav.js => aspect_nav.js} (100%)
 rename spec/controllers/{groups_controller_spec.rb => aspects_controller_spec.rb} (100%)
 rename spec/models/{group_spec.rb => aspect_spec.rb} (100%)

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
-- 
GitLab