Hello,
I am using Authlogic for my user authentication, and would like yo add roles to my users - Need security check from model's and controller's
current_user.has_role?('admin') etc
There is a lot of role based plugins out there, but I not sure which when to use with Authlogic. Does anyone what works best with Authlogic? (if any..)
Best regards. Asbjørn Morell.