We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In development environemnt
It sould redirect to the rails 404 page defined by render_404 method
render_404
Instead I get Active Record error: ActiveRecord::RecordNotFound in Comfy::Cms::ContentController#show
ActiveRecord::RecordNotFound in Comfy::Cms::ContentController#show
In fact on stage and production it is redirected to the rails 404 page but on development environment no
Rails version: 5.2
CMS version: 2.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In development environemnt
Expected behavior
It sould redirect to the rails 404 page defined by
render_404
methodActual behavior
Instead I get Active Record error:
ActiveRecord::RecordNotFound in Comfy::Cms::ContentController#show
In fact on stage and production it is redirected to the rails 404 page but on development environment no
System configuration
Rails version: 5.2
CMS version: 2.0.0
The text was updated successfully, but these errors were encountered: