Add /keep_disks page to Admin menu.
authorTom Clegg <tom@curoverse.com>
Fri, 24 Jan 2014 18:17:21 +0000 (10:17 -0800)
committerTom Clegg <tom@curoverse.com>
Fri, 24 Jan 2014 18:17:21 +0000 (10:17 -0800)
commit28590c1712c7c3c552cb5acbf01c482dc834b927
treed6d84a88e2a22b634da682a4f4879b886b8cf2c2
parent59994ce0b7623c84d2d633c7c0bac0966245932c
Add /keep_disks page to Admin menu.
apps/workbench/app/assets/javascripts/keep_disks.js.coffee [new file with mode: 0644]
apps/workbench/app/assets/stylesheets/keep_disks.css.scss [new file with mode: 0644]
apps/workbench/app/controllers/keep_disks_controller.rb [new file with mode: 0644]
apps/workbench/app/helpers/keep_disks_helper.rb [new file with mode: 0644]
apps/workbench/app/models/keep_disk.rb [new file with mode: 0644]
apps/workbench/app/views/layouts/application.html.erb
apps/workbench/config/routes.rb
apps/workbench/test/functional/keep_disks_controller_test.rb [new file with mode: 0644]
apps/workbench/test/unit/helpers/keep_disks_helper_test.rb [new file with mode: 0644]
apps/workbench/test/unit/keep_disk_test.rb [new file with mode: 0644]