I\'m doing a nested form in Rails 3.2.5, but when I add the accepts_nested_attributes_for my fields_for disappear (they just stop showing in my form).<
accepts_nested_attributes_for
fields_for
In the controller new action call
@product.varients.build
That should create 1 in memory varient in the product varient collection and it should bind to the fields for