add Human resource
authorTom Clegg <tom@clinicalfuture.com>
Thu, 27 Jun 2013 18:52:43 +0000 (14:52 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Thu, 27 Jun 2013 18:52:43 +0000 (14:52 -0400)
commit329465327cdfbb66220d5cee50d7b83f85cd3eba
treed594d3911fef42ec6ad16ee0f8b611f834568431
parent8e4ba50fb326b13026888ef786cfecc34399822c
add Human resource
24 files changed:
apps/workbench/app/assets/javascripts/humans.js.coffee [new file with mode: 0644]
apps/workbench/app/assets/stylesheets/humans.css.scss [new file with mode: 0644]
apps/workbench/app/controllers/humans_controller.rb [new file with mode: 0644]
apps/workbench/app/helpers/humans_helper.rb [new file with mode: 0644]
apps/workbench/app/models/human.rb [new file with mode: 0644]
apps/workbench/config/initializers/inflections.rb
apps/workbench/config/routes.rb
apps/workbench/test/fixtures/humans.yml [new file with mode: 0644]
apps/workbench/test/functional/humans_controller_test.rb [new file with mode: 0644]
apps/workbench/test/unit/helpers/humans_helper_test.rb [new file with mode: 0644]
apps/workbench/test/unit/human_test.rb [new file with mode: 0644]
services/api/app/assets/javascripts/humans.js.coffee [new file with mode: 0644]
services/api/app/assets/stylesheets/humans.css.scss [new file with mode: 0644]
services/api/app/controllers/arvados/v1/humans_controller.rb [new file with mode: 0644]
services/api/app/helpers/humans_helper.rb [new file with mode: 0644]
services/api/app/models/human.rb [new file with mode: 0644]
services/api/config/initializers/inflections.rb
services/api/config/routes.rb
services/api/db/migrate/20130627184333_create_humans.rb [new file with mode: 0644]
services/api/db/schema.rb
services/api/test/fixtures/humans.yml [new file with mode: 0644]
services/api/test/functional/humans_controller_test.rb [new file with mode: 0644]
services/api/test/unit/helpers/humans_helper_test.rb [new file with mode: 0644]
services/api/test/unit/human_test.rb [new file with mode: 0644]