From b85d4cb70c8dd4cf4a609bdef54a4236ed4e726d Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 16 Oct 2019 14:36:10 +0000 Subject: [PATCH] fix AuthSourceLdap#get_attr is not private git-svn-id: http://svn.redmine.org/redmine/trunk@18692 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/auth_source_ldap.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/auth_source_ldap.rb b/app/models/auth_source_ldap.rb index 3c55bff75..a1739c00e 100644 --- a/app/models/auth_source_ldap.rb +++ b/app/models/auth_source_ldap.rb @@ -250,4 +250,5 @@ class AuthSourceLdap < AuthSource value.to_s.force_encoding('UTF-8') end end + private_class_method :get_attr end