[Rails] nested one-to-one forms question

2010-04-10 Thread Joel Day
Hello, I must admit I'm new to rails (I actually come from the .net world, but I've been meaning to expand for some time now) I'm trying to create a user registration page (just getting my feet wet really) and I've hit a wall. I'm pretty sure I'm doing this wrong, so I need some straightening ou

[Rails] Re: nested one-to-one forms question

2010-04-09 Thread Joel Day
whoa, I guess I better explain what I'm trying to do. What I want to do is be able to create a User and a Password object with the same form. I'm going to add the question part later (once this is done) I figure that since User has a single instance of a Password, I could gain access to it ju