I have two models Customer and Rental. Customer has_many :rentals, Rental belongs_to :customer. I have a multi-model form now, where when I create a rental I can choose from a list of customers. But the most common usage scenario is to create a customer and a rental at the same time. I could create the customer first, then go to another page to create the rental, but it would be great if both could be created in the same form. Is there a hobo-ey way to do this?
Mark -- 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.
