-
Neeraj Singh authored
If a nested_attribute is being marked for destruction and at the same time an attr_accessor value is being assigned then the value being assigned is being ignored. This patch is a fix for that issue. [#5939 state:resolved] Signed-off-by:
José Valim <jose.valim@gmail.com>
Neeraj Singh authoredIf a nested_attribute is being marked for destruction and at the same time an attr_accessor value is being assigned then the value being assigned is being ignored. This patch is a fix for that issue. [#5939 state:resolved] Signed-off-by:
José Valim <jose.valim@gmail.com>
Loading