14988: Fixes exception raising due to a change in rails5 behavior.
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Wed, 8 May 2019 13:10:48 +0000 (10:10 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Wed, 8 May 2019 13:10:48 +0000 (10:10 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

apps/workbench/app/controllers/websocket_controller.rb

index ead7ac63652ab17b213cd19e78356798b0745fc1..35993dc20edfcbb3e0397979a790c68177aa7cea 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0
 
 class WebsocketController < ApplicationController
-  skip_before_action :find_objects_for_index
+  skip_before_action :find_objects_for_index, raise: false
 
   def index
   end