add VirtualMachine resource to workbench
authorTom Clegg <tom@clinicalfuture.com>
Sat, 8 Jun 2013 06:04:42 +0000 (02:04 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Sat, 8 Jun 2013 06:04:42 +0000 (02:04 -0400)
commit8acdf166ab8add0a62d4bfa3817c88cdc870d935
tree8e63373519a168baa8e886be309e04da42df4f0d
parent536b8d10f221c438a620e56362eddb8917694af7
add VirtualMachine resource to workbench
13 files changed:
apps/workbench/app/assets/javascripts/virtual_machines.js.coffee [new file with mode: 0644]
apps/workbench/app/assets/stylesheets/virtual_machines.css.scss [new file with mode: 0644]
apps/workbench/app/controllers/virtual_machines_controller.rb [new file with mode: 0644]
apps/workbench/app/helpers/virtual_machines_helper.rb [new file with mode: 0644]
apps/workbench/app/models/virtual_machine.rb [new file with mode: 0644]
apps/workbench/app/views/layouts/application.html.erb
apps/workbench/app/views/virtual_machines/index.html.erb [new file with mode: 0644]
apps/workbench/app/views/virtual_machines/show.html.erb [new file with mode: 0644]
apps/workbench/config/routes.rb
apps/workbench/test/fixtures/virtual_machines.yml [new file with mode: 0644]
apps/workbench/test/functional/virtual_machines_controller_test.rb [new file with mode: 0644]
apps/workbench/test/unit/helpers/virtual_machines_helper_test.rb [new file with mode: 0644]
apps/workbench/test/unit/virtual_machine_test.rb [new file with mode: 0644]