Displaying 1 result from an estimated 1 matches for "corporateus".
Did you mean:
corporates
2007 Oct 24
0
Inheritance and forms
Hi,
I have two user models - PrivateUser and CorporateUser - in my Rails
1.2 application. Both are subclasses of User, created by
restful_authentication, which defines a user which can log in to my
application.
Now, I want to let both types of users register. They will need
different forms to fill out, but the logic is similar. So the use case
is
- Use...