Hi,
I've been trying to override Rails' stylesheet_path
helper, but I haven't found a way how. I can't just open the ActionView::Helpers::AssetTagHelper
module and override it there, because Rails won't pick up my new method.
I know it's probably because the module gets mixed in, so how do I get around that?