Bug Fix:Count the Health Checks Controller as Public (#10435)

This commit is contained in:
Molly Struve 2020-09-24 22:35:10 -05:00 committed by GitHub
parent 635e9e7365
commit 3303186125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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