Is it available in the controller, because it's not working for me.
+2
A:
Does your ApplicationController
class contain the lines shown below?
class ApplicationController < ActionController::Base
include AuthenticatedSystem
helper :all
...
end
John Topley
2010-08-12 15:08:40
thanks..that did it
Matt
2010-08-12 15:26:17