Displaying 1 result from an estimated 1 matches for "validates_uniqueness_of_screen_name".
2008 May 09
4
Validating Uniqueness From Two Database Tables?
Well, I''m working on adding a new type of user (organization) to my
application, using a different database table than the standard User
table (in the end, I think it works out being easier to deal with than
creating another column in the original User table for account type).
However, I''m running into a user registration problem. I can register
both types of users fine,