16470: Removes exception deprecated on rails 3.2
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 28 Jul 2020 20:40:09 +0000 (17:40 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Fri, 7 Aug 2020 14:54:35 +0000 (11:54 -0300)
Its substitute is already being used.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

services/api/app/controllers/application_controller.rb

index 83a233cd54681b18b9fb6bb12c72642a2e95cae4..c3996f0a0a75c54d8a4803a0d278770c25f4e894 100644 (file)
@@ -63,7 +63,6 @@ class ApplicationController < ActionController::Base
                 :with => :render_error)
     rescue_from(ActiveRecord::RecordNotFound,
                 ActionController::RoutingError,
-                ActionController::UnknownController,
                 AbstractController::ActionNotFound,
                 :with => :render_not_found)
   end