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
If you use user defined layouts and or views, setting those for the 404 page will have no effect.
I think the issue lies in:
pages/lib/refinery/pages/instance_methods.rb on line 12
# render the application's custom 404 page with layout and meta. render :template => '/refinery/pages/show', :formats => [:html], :status => 404
The text was updated successfully, but these errors were encountered:
#1746 was merged.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
If you use user defined layouts and or views, setting those for the 404 page will have no effect.
I think the issue lies in:
pages/lib/refinery/pages/instance_methods.rb on line 12
The text was updated successfully, but these errors were encountered: