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

Registrar: Permit & turn ActiveController::Parameters to hash on domain create #1517

Merged
merged 1 commit into from
Feb 6, 2020

Conversation

karlerikounapuu
Copy link
Member

Closes #1516

From rails 5.1, ActionController::Parameters is no longer subclass of Hash. Controller params have to be permitted and turned to hash if we want to continue with same BL.

@karlerikounapuu karlerikounapuu force-pushed the 1516-no-method-error-on-domain-registration branch from 3db4931 to b725ddd Compare February 6, 2020 13:43
@karlerikounapuu karlerikounapuu changed the title Permit & turn ActiveController::Parameters to hash Registrar: Permit & turn ActiveController::Parameters to hash on domain create Feb 6, 2020
@vohmar vohmar merged commit 56f1e38 into master Feb 6, 2020
@vohmar vohmar deleted the 1516-no-method-error-on-domain-registration branch February 27, 2020 07:36
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.

Registrar: No method error on domain registration
3 participants