6588: Removed manage account button, modified tests and deleted views.
[arvados.git] / apps / workbench / app / controllers / users_controller.rb
index 4a88983f5045ee15e8ec6433cda93ac3b27b2edd..d2fcbbb94c7385def6753fb0feee877d9ad7f13d 100644 (file)
@@ -299,12 +299,6 @@ class UsersController < ApplicationController
     @my_ssh_keys = AuthorizedKey.where(key_type: 'SSH', owner_uuid: @object.uuid)
   end
 
-  def manage_account
-    repositories
-    virtual_machines
-    ssh_keys
-  end
-
   def add_ssh_key_popup
     respond_to do |format|
       format.html