nested_form
nested_form copied to clipboard
When using a has_one child association and records nested under it, the html template input names are not correctly updated (jQuery)
Use a look ahead regex to make sure the parent_names variable only captures has_many association names
:+1:
@findchris What does your "+1" mean? Could you please provide a test application reproducing this issue?