17119: Merge branch 'master' into 17119-add-filter-groups
[arvados.git] / apps / workbench / app / controllers / sessions_controller.rb
index 02db33d645947e60a86f4721998b682b16634029..bff0f9f1c96ed8267470c350e24f92d268f5baf5 100644 (file)
@@ -6,7 +6,7 @@ class SessionsController < ApplicationController
   skip_around_action :require_thread_api_token, :only => [:destroy, :logged_out]
   skip_around_action :set_thread_api_token, :only => [:destroy, :logged_out]
   skip_before_action :find_object_by_uuid
-  skip_before_action :find_objects_for_index
+  skip_before_action :find_objects_for_index, raise: false
   skip_before_action :ensure_arvados_api_exists
 
   def destroy