add trait resource
authorTom Clegg <tom@clinicalfuture.com>
Thu, 27 Jun 2013 15:53:23 +0000 (11:53 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Thu, 27 Jun 2013 15:53:23 +0000 (11:53 -0400)
commitfb3c428d131902964322f20c4b23b21e884e404d
tree278e34677045d2b0e1df39c0cdc207e8b0cdeb8c
parent716dd613997383026d9c2e1805cd64c660258561
add trait resource
23 files changed:
apps/workbench/app/assets/javascripts/traits.js.coffee [new file with mode: 0644]
apps/workbench/app/assets/stylesheets/traits.css.scss [new file with mode: 0644]
apps/workbench/app/controllers/traits_controller.rb [new file with mode: 0644]
apps/workbench/app/helpers/traits_helper.rb [new file with mode: 0644]
apps/workbench/app/models/trait.rb [new file with mode: 0644]
apps/workbench/config/routes.rb
apps/workbench/test/fixtures/traits.yml [new file with mode: 0644]
apps/workbench/test/functional/traits_controller_test.rb [new file with mode: 0644]
apps/workbench/test/unit/helpers/traits_helper_test.rb [new file with mode: 0644]
apps/workbench/test/unit/trait_test.rb [new file with mode: 0644]
doc/api/index.md
services/api/app/assets/javascripts/traits.js.coffee [new file with mode: 0644]
services/api/app/assets/stylesheets/traits.css.scss [new file with mode: 0644]
services/api/app/controllers/arvados/v1/traits_controller.rb [new file with mode: 0644]
services/api/app/helpers/traits_helper.rb [new file with mode: 0644]
services/api/app/models/trait.rb [new file with mode: 0644]
services/api/config/routes.rb
services/api/db/migrate/20130627154537_create_traits.rb [new file with mode: 0644]
services/api/db/schema.rb
services/api/test/fixtures/traits.yml [new file with mode: 0644]
services/api/test/functional/traits_controller_test.rb [new file with mode: 0644]
services/api/test/unit/helpers/traits_helper_test.rb [new file with mode: 0644]
services/api/test/unit/trait_test.rb [new file with mode: 0644]