search for: sales_reps

Displaying 2 results from an estimated 2 matches for "sales_reps".

Did you mean: sales_rep
2006 May 09
1
Beginner questions on attributes and arrays
Hello, I am trying to do something and I''ve been reading my Agile Web Development with Rails book and doing internet searches for several hours now and I have made no progress. Here''s the issue: I have a table of sales reps that is linked to a table of territories. There are around a thousand territories that are numbered and each sales reps has many territories. I will
2006 May 29
9
design recommendations for authenticating users with lots of different attributes..?
I''ve been struggling a bit trying to figure out the best way to design/implement a system with authentication/authorization, and was hoping some of you may be able to offer some advice.. At the moment, I have a system with 4 different types of users - clients, administrators, sales_reps, and public_users. I''m using "Authorizing Users with Roles" from the Rails Recipes book, and it''s working well, the only problem I''m having is the following: I have a Users table which contains pretty much the minimum amount of information required to allow us...