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

Use Fetch instead of Require when fetching parameters #513

Merged
merged 5 commits into from
Oct 16, 2019

Conversation

cintamani
Copy link
Contributor

Given that: rails/strong_parameters#162 is an issue for us, as we want to allow people to submit empty forms, this changes the strategy of fetching parameters from require to fetch as suggested by the official Rails documentation: https://guides.rubyonrails.org/action_controller_overview.html#more-examples

Given that: rails/strong_parameters#162 is an issue for us, as we want to allow people to submit empty forms, this changes the strategy of fetching parameters from `require` to `fetch` as suggested by the official Rails documentation: https://guides.rubyonrails.org/action_controller_overview.html#more-examples
@cintamani cintamani added the bug Something isn't working label Oct 15, 2019
@cintamani cintamani self-assigned this Oct 15, 2019
@cintamani cintamani merged commit dfc460b into master Oct 16, 2019
@cintamani cintamani deleted the fetch-instead-of-require branch October 16, 2019 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants