Skip to content

Commit b57a283

Browse files
committed
Fix uninitialized constant error by adding require statement
1 parent 197d460 commit b57a283

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/net/ldap/auth_adapters/simple.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'net/ldap/auth_adapter'
2+
13
module Net
24
class LDAP
35
module AuthAdapters

0 commit comments

Comments
 (0)