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
Working with the Rails 3 branch, the following error is thrown when looking at a single post.
Error occurred while rendering BlogPostPortlet#4: undefined method `cms_handler_path' for #Cms::ViewContext:0x48cce28
The text was updated successfully, but these errors were encountered:
requires changing to cms_handler_path to cms_path.
But also, BlogPostPortlet needed render_inline false
to avoid being pulled from the database. It might be worth re-evaluating what the default should be...
Sorry, something went wrong.
No branches or pull requests
Working with the Rails 3 branch, the following error is thrown when looking at a single post.
Error occurred while rendering BlogPostPortlet#4: undefined method `cms_handler_path' for #Cms::ViewContext:0x48cce28
The text was updated successfully, but these errors were encountered: