Associated models and a nested form with validation not working
问题 Update2: I've cleaned up the code, which seems to have solved some of the problems. I've posted the new code as a new question here. Update: Organization and User have a 1:many relationship. My question concerns a joined signup form where both an organization and user are required. After maxcal's help on the original post, I've written a new create method for my nested form ("organization has many users"), as shown below. Also I added begin...rescue...end to the create method. The situation