add_nested_fields icon indicating copy to clipboard operation
add_nested_fields copied to clipboard

add_nested_fields_for assumes partial's local variable is 'f'

Open pbadams opened this issue 15 years ago • 1 comments

I have a partial that uses the local variable "form" instead of "f" which caused add_nested_fields_for to fail.

Changing my partial to use "f" fixed the failure, but forces code refactoring in other files.

pbadams avatar Oct 07 '09 21:10 pbadams

you are quite right, I will look into a fix. Thanks for spotting.

miletbaker avatar Oct 08 '09 17:10 miletbaker