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

NOP-12: show "not found" page for ActionController::RoutingError #1169

Closed
wants to merge 1 commit into from

Conversation

sourcefilter
Copy link
Contributor

the custom 404 page was only displaying when a url matched one of our routes but no item was found; urls that did not match any route result in a stock rails error page. This PR should ensure that everything gets the custom page.

the custom 404 page was only displaying when a url matched one of our routes but no item was found; urls that did not match any route result in a stock rails error page. This PR should ensure that everything gets the custom page.
@sourcefilter
Copy link
Contributor Author

Didn't work, #1170 instead

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