Hello, I used the login_generator and need to know how to allow access to parts of my web app based on security level. I want logged in users to add/edit account records, but do not want them to add/edit users to the system. Thanks Frank _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
I figured it out. I added a security level field in my database and test it in the controller for the correct level. Thanks Frank _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails