rename Project to Group
authorTom Clegg <tom@clinicalfuture.com>
Wed, 13 Mar 2013 22:34:00 +0000 (15:34 -0700)
committerTom Clegg <tom@clinicalfuture.com>
Wed, 13 Mar 2013 23:24:26 +0000 (16:24 -0700)
commitd04c8d42456510d8b219a71d402e49e5c7ca885c
tree8d4342ef6c340206767d939035833478b9987a4d
parent251a565e9e30523426015e76063404de3dc57663
rename Project to Group
15 files changed:
app/assets/javascripts/groups.js.coffee [moved from app/assets/javascripts/projects.js.coffee with 100% similarity]
app/assets/stylesheets/groups.css.scss [moved from app/assets/stylesheets/projects.css.scss with 63% similarity]
app/controllers/orvos/v1/groups_controller.rb [new file with mode: 0644]
app/controllers/orvos/v1/projects_controller.rb [deleted file]
app/helpers/groups_helper.rb [new file with mode: 0644]
app/helpers/projects_helper.rb [deleted file]
app/models/group.rb [moved from app/models/project.rb with 86% similarity]
config/routes.rb
db/migrate/20130313175417_rename_projects_to_groups.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/groups.yml [moved from test/fixtures/projects.yml with 100% similarity]
test/functional/groups_controller_test.rb [moved from test/functional/projects_controller_test.rb with 57% similarity]
test/unit/group_test.rb [moved from test/unit/project_test.rb with 63% similarity]
test/unit/helpers/groups_helper_test.rb [new file with mode: 0644]
test/unit/helpers/projects_helper_test.rb [deleted file]