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 guides error on error class name #9816

Merged
merged 1 commit into from Mar 19, 2013
Merged

Fix guides error on error class name #9816

merged 1 commit into from Mar 19, 2013

Conversation

sogamoso
Copy link
Contributor

The error that's raised in case the required key is missing it's actually ActionController::ParameterMissing not ActionController::MissingParameter. It's important to fix so that people reading the guides knows what error to rescue from when needed.

The error that's raised in case the required key is missing it's actually `ActionController::ParameterMissing` not `ActionController::MissingParameter`. It's important to fix so that people reading the guides knows what error to rescue from when needed.
@sogamoso
Copy link
Contributor Author

guilleiguaran added a commit that referenced this pull request Mar 19, 2013
@guilleiguaran guilleiguaran merged commit c08e6e0 into rails:master Mar 19, 2013
tejasbubane added a commit to tejasbubane/rails that referenced this pull request Mar 4, 2017
Should be `ActionController::ParameterMissing` and not
`ActionController::MissingParameter`.

Corresponding change was done in guides in
rails#9816.
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.

None yet

2 participants