20032: Fix unnecessary race in test.
[arvados.git] / apps / workbench / app / controllers / api_client_authorizations_controller.rb
index 81e324a46a6b379e5ec06583410d11ec69fcf5bd..c7ff560773304709b5c93e3f1ff95157abaf3388 100644 (file)
@@ -1,10 +1,8 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class ApiClientAuthorizationsController < ApplicationController
-  def index
-    @objects = model_class.all.to_ary.reject do |x|
-      x.api_client_id == 0 or (x.expires_at and x.expires_at < Time.now) rescue false
-    end
-    super
-  end
 
   def index_pane_list
     %w(Recent Help)