Hi, I am creating a daily deals website and have a Users table in my database. I want to be able to differentiate admins from regular users(customers). What is the recommended way to do this? Just add a role column to the table which says "admin" or "customer"? Is this secure? Or maybe create another table called Role (user_id, role)?
Thanks Samir -- 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.

