Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 3: ActionController::Parameters no longer inherits from HashWithIndifferentAccess in rails 5 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tiagogomes
Copy link

ActionController::Parameters no longer inherits from HashWithIndifferentAccess in rails 5

See here https://bigbinary.com/blog/parameters-no-longer-inherit-from-hash-with-indifferent-access-in-rails-5

I am permitting all the attributes inside the user_ldap_attrs variable before transforming it into a hash. Then it is compatible with the find method and all the rest should work as it was.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant