awesome_nested_fields
awesome_nested_fields copied to clipboard
Change instantiation method
In case child object has after_initialize hooks which needs to access the parent object, the original code can't access to the parent but this can.
ugh... I noticed this caused some wrong behavior. Please don't merge this yet. Sorry.
This is very ugly but I have no other choice.