> Maybe the form builder classes aren't the place for this > but I couldn't think of another way.
Perhaps: <% form_for ... do |f| <%= render :partial=>f %> <% end %> The enhance the polymorphic code to take account of FormBuilder and make a FormBuilder for a Customer build: customers/_form.format.erb ? -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
