Hello, I wanted to ask how do most people approach this: I have several staff that act as admins and have control of products, customers, etc... I also have customers that can log in and change their details, password, view previous orders, make new orders, etc... Furthermore, each customer is assigned a discount level.
Now, I wanted to ask, would you normally separate them into two separate objects (and two separate tables) or would you use just one object 'Users' with a boolean defining whether they are admin or not? Also, if Admins and Customers approach was selected, how would you suggest implementing login? Just trying to plan my application and how I should tackle this. Cheers, Elle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

