i'm trying to use growlflash and set up everything according to the docs. https://github.com/estum/growlyflash
I have this line inside of a rendered partial.html.haml
#header_message
= growlyflash_static_notices
And that partial is loaded from my application.html.haml
= render 'shared/app_responsive_header'
But when when the partial is loaded, I get this error
undefined local variable or method `growlyflash_static_notices' for #<#<Class:0x007fe7fb09bd80>:0x007fe7fe889df0>
Am I rendering the partial wrong? Why can't I get this to work.