]> git.arvados.org - arvados.git/commit
add User resource, restrict generic resource pages to admin users
authorTom Clegg <tom@clinicalfuture.com>
Thu, 31 Jan 2013 23:44:00 +0000 (15:44 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Thu, 31 Jan 2013 23:44:00 +0000 (15:44 -0800)
commit3c2c93dc316180dc7598c5b0222eb73a0ffc751c
tree62a8e32cf26f2db8c52de10113e44e17ead867b2
parent1bf0dcc5671959b31fbbffecd0b8d54bde0402f4
add User resource, restrict generic resource pages to admin users
18 files changed:
app/assets/javascripts/users.js.coffee [new file with mode: 0644]
app/assets/stylesheets/users.css.scss [new file with mode: 0644]
app/controllers/application_controller.rb
app/controllers/collections_controller.rb
app/controllers/links_controller.rb
app/controllers/logs_controller.rb
app/controllers/pipeline_invocations_controller.rb
app/controllers/pipelines_controller.rb
app/controllers/projects_controller.rb
app/controllers/specimens_controller.rb
app/controllers/users_controller.rb [new file with mode: 0644]
app/helpers/users_helper.rb [new file with mode: 0644]
app/models/user.rb [new file with mode: 0644]
config/routes.rb
test/fixtures/users.yml [new file with mode: 0644]
test/functional/users_controller_test.rb [new file with mode: 0644]
test/unit/helpers/users_helper_test.rb [new file with mode: 0644]
test/unit/user_test.rb [new file with mode: 0644]