I have a form that posts to create new AR objects. That object has a relationship and an attribute. Because of some extra processing that goes on, it is important that the relationship is set before the attribute is set. How can I tell Rails what order to setup the object in? I''m having trouble getting it to work unless I can get it in the correct sequence. Thx, Hunter