add authorized_keys
authorTom Clegg <tom@clinicalfuture.com>
Thu, 6 Jun 2013 19:37:15 +0000 (15:37 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Thu, 6 Jun 2013 19:37:15 +0000 (15:37 -0400)
commit3173f909ce49d67a11ab2230cf09629f7e259b74
tree5cc76901b539323b1fea094509907dde60022e79
parentb75f8eaadb91d5f8f0ac53d85aca763b2a1506cb
add authorized_keys
13 files changed:
apps/workbench/app/assets/javascripts/authorized_keys.js.coffee [new file with mode: 0644]
apps/workbench/app/assets/stylesheets/authorized_keys.css.scss [new file with mode: 0644]
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/authorized_keys_controller.rb [new file with mode: 0644]
apps/workbench/app/helpers/authorized_keys_helper.rb [new file with mode: 0644]
apps/workbench/app/models/authorized_key.rb [new file with mode: 0644]
apps/workbench/app/views/authorized_keys/index.html.erb [new file with mode: 0644]
apps/workbench/app/views/layouts/application.html.erb
apps/workbench/config/routes.rb
apps/workbench/test/fixtures/authorized_keys.yml [new file with mode: 0644]
apps/workbench/test/functional/authorized_keys_controller_test.rb [new file with mode: 0644]
apps/workbench/test/unit/authorized_key_test.rb [new file with mode: 0644]
apps/workbench/test/unit/helpers/authorized_keys_helper_test.rb [new file with mode: 0644]