search for: independent_reps

Displaying 1 result from an estimated 1 matches for "independent_reps".

2006 Nov 04
0
Homebrew RBAC
...dmin. Each have their own model because they would require different registration information. For instance rep requires tax id # whereas caller requires social security numbers [example]. I also have a model for my user authentication. The structure of the tables are: http://pastie.caboo.se/9897 independent_reps belongs to user .. has many clients, callers callers belong to user, independent reps clients belong to user, independent reps user has many independent reps, callers, clients How can I view the name of my callers or reps based on the User model? I''m looking for something like User....