Why not use Single Table Inheritance where you have a column 'type' for storing the type of user. Then you will be having a single User model.
I think this might be helpful to you: http://wiki.rubyonrails.org/rails/pages/SingleTableInheritance -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---