add andand
[arvados.git] / apps / workbench / app / controllers / authorized_keys_controller.rb
1 class AuthorizedKeysController < ApplicationController
2   def new
3     super
4     @object.authorized_user = current_user.uuid if current_user
5   end
6 end