Merge branch 'master' into 4878-rerun-job
[arvados.git] / apps / workbench / app / controllers / api_client_authorizations_controller.rb
index 81e324a46a6b379e5ec06583410d11ec69fcf5bd..85f52f20ab4db9c74d7264023f5428d2c35c7327 100644 (file)
@@ -1,10 +1,4 @@
 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)