Closed andreschav closed 4 years ago
This is weird, normally we replace the new_ceunta_bancaria
with a random/unique number. If we do not replace it, at least the very first new item would still be savable (I think).
The only reason I seem to think of now, are a possible problems with inflections (since you are using a non-english language).
So I have two questions:
ceunta_bancaria
? link_to_add_association
, because it will show the plural and singular form of the association (which is the used to search for the _new_<singular-asssociation-name>_
Closed due to inactivity.
when clicked "link_to_add_association" adds the nested fields on the form, but all this added fields has the same id "persona_cuenta_bancarias_attributes_new_cuenta_bancarias_numero_cuenta" only the first item id is 0 "persona_cuenta_bancarias_attributes_0_numero_cuenta" and only the first item is saved or updated Controller:
The View:
this is my bundle show
please help me to fix this.