Displaying 1 result from an estimated 1 matches for "applicanthelper".
2007 Apr 13
2
Can't access session from helper?!
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,...