Hi folks, long time no see. For the record I'd like to mention I'm using rails 2.3.8 (list of gems below post)
I need to create 2 classes of users with a different signup page. I got my regular user model up and running but i need there to be a "I'm a <class1>" "I'm a <class2>" link when one clicks signup and each form to be under the mentioned links instead of the root/signup Is it a matter of lifecycle just saying create: signup_user1 and create: signup_user2 or something like that ? Thanks in advance *** LOCAL GEMS *** actionmailer (2.3.14, 2.3.8) actionpack (2.3.14, 2.3.8) activerecord (2.3.14, 2.3.8) activeresource (2.3.14, 2.3.8) activesupport (2.3.14, 2.3.8) hobo (1.0.3) hobofields (1.0.3) hobosupport (1.0.3) mysql (2.8.1) rack (1.1.2) rails (2.3.8) rake (0.8.7) will_paginate (2.3.16) -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
