Analytical helper not loading in rails
Closed this issue · 2 comments
gsiener commented
We had been using the analytical gem circa version 2 and recently upgraded to 3.0.12. It appears that the view helper wasn't loading correctly, giving the following error:
undefined local variable or method 'analytical' for #<#<Class:0x10a261b18>:0x10a251560>
Adding helper_method :analytical
to our application_controller.rb fixed this issue. We are on rails 3.1.3.
sfsekaran commented
gsiener commented
I'm no longer involved with the project that I originally filed this for, but the workaround I mentioned above did sort everything out. Closing.