I am using restful authentication and role requirements plugins. Role requirement plugin created 2 tables roles and roles_users but it didn't create models and controllers for these tables. Should i create them myself or is there something that i am missing? What is the best approach to add and delete roles ? Thanks.