cschiewek / devise_ldap_authenticatable

Devise Module for LDAP
MIT License
593 stars 359 forks source link

Fixed code example for Querying LDAP section #142

Closed matheustardivo closed 11 years ago

matheustardivo commented 11 years ago

Hello there,

I did a simple correction for the code sample in the Querying LDAP section. Now we should use Devise::LDAP::Adapter.get_ldap_param instead of Devise::LdapAdapter.get_ldap_param

cschiewek commented 11 years ago

Thanks so much for the fix!