I have a master detail relationship with Sales and Items. Sales has_many :items, :accessible => true, :dependent => :destroy Items belongs_to :sale
When I display the sales edit form, there is a repeating group of :items that I can presumably edit, add or delete. I have tried to override the form for item and when editing an item all by itself, my overrides work. When the item appears on the sales edit form however, none of my overrides are there. The default edit form for item is displayed. How would I overrided the item form in the context of its parent Sale? Thanks in advance, Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
