16470: Removes exception deprecated on rails 3.2
[arvados.git] / apps / workbench / app / controllers / application_controller.rb
index 8d6f897bb69b1770054d15337cb28cb6bf507876..77ec68bdb06eeb5d9bf124206528e62c491c547e 100644 (file)
@@ -29,7 +29,6 @@ class ApplicationController < ActionController::Base
   begin
     rescue_from(ActiveRecord::RecordNotFound,
                 ActionController::RoutingError,
-                ActionController::UnknownController,
                 AbstractController::ActionNotFound,
                 with: :render_not_found)
     rescue_from(Exception,