Hi,
I’m receiving this pretty standard error message:
undefined local variable or method `session’ for
ApplicantHelper::Filter:Class
All my searches have returned results where the developer is trying to
access the session from the model. In this case, it’s just a helper
class. Do I have to inherit from ActionController::Base and therefore
make the helper a controller? Is there another way?
Thanks,
Michael