From 3303186125501a67e92f3e38d5aba18ffb2de1b0 Mon Sep 17 00:00:00 2001 From: Molly Struve Date: Thu, 24 Sep 2020 22:35:10 -0500 Subject: [PATCH] Bug Fix:Count the Health Checks Controller as Public (#10435) --- app/controllers/application_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index d4462b91a..65eb85f9b 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -26,7 +26,8 @@ class ApplicationController < ActionController::Base omniauth_callbacks registrations confirmations - passwords].freeze + passwords + health_checks].freeze private_constant :PUBLIC_CONTROLLERS def verify_private_forem