diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index cce4d439f..0a5765e62 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -45,7 +45,7 @@ class ApplicationController < ActionController::Base render json: {}, status: :forbidden } end - return + return true end def render_404 @@ -57,7 +57,7 @@ class ApplicationController < ActionController::Base render json: {}, status: :not_found } end - return + return true end private