I noticed that there was another area that could use a "scope" param to the Haml rendering engine so that context was passed when rendering pages in the summaries.haml view.
This fixes an issue where the following are true:
User is viewing the index
Use has a custom helper method
User is using a custom helper method in at least one article being viewed on the index page
User is not using the summary attribute for at least one article or page
I noticed that there was another area that could use a "scope" param to the Haml rendering engine so that context was passed when rendering pages in the summaries.haml view.
This fixes an issue where the following are true: