rename Project to Group
authorTom Clegg <tom@clinicalfuture.com>
Wed, 13 Mar 2013 23:25:27 +0000 (16:25 -0700)
committerTom Clegg <tom@clinicalfuture.com>
Wed, 13 Mar 2013 23:25:27 +0000 (16:25 -0700)
commit38b24e9317d040d3800b0a06c465a131a1276ab6
treee44aa59a6828c8e90d0b54e5fe32cd826fa79e57
parent0a2619fff4b8d29cee8dd664e8b25664ce39004f
rename Project to Group
17 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/collections_controller.rb
app/controllers/groups_controller.rb [moved from app/controllers/projects_controller.rb with 50% similarity]
app/helpers/groups_helper.rb [new file with mode: 0644]
app/helpers/projects_helper.rb [deleted file]
app/helpers/vcf_pipeline_helper.rb
app/models/group.rb [new file with mode: 0644]
app/models/orvos_base.rb
app/models/project.rb [deleted file]
app/views/collections/index.html.erb
app/views/groups/show.html.erb [moved from app/views/projects/show.html.erb with 100% similarity]
config/routes.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 100% similarity]
test/unit/group_test.rb [moved from test/unit/project_test.rb with 100% similarity]
test/unit/helpers/groups_helper_test.rb [moved from test/unit/helpers/projects_helper_test.rb with 100% similarity]