From: Toshi MARUYAMA Date: Wed, 16 Oct 2019 14:36:10 +0000 (+0000) Subject: fix AuthSourceLdap#get_attr is not private X-Git-Tag: 4.1.0~401 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b85d4cb70c8dd4cf4a609bdef54a4236ed4e726d;p=redmine.git fix AuthSourceLdap#get_attr is not private git-svn-id: http://svn.redmine.org/redmine/trunk@18692 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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