fix AuthSourceLdap#get_attr is not private

git-svn-id: http://svn.redmine.org/redmine/trunk@18692 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-16 14:36:10 +00:00
parent 3f64c67c09
commit b85d4cb70c

View File

@@ -250,4 +250,5 @@ class AuthSourceLdap < AuthSource
value.to_s.force_encoding('UTF-8')
end
end
private_class_method :get_attr
end