Skip to content

recursively_embeds_many breaks with accepts_nested_attributes_for #1971

Open
@malan

Description

@malan

This fix [https://github.com//issues/1244 ] solved the recursively_embeds_many problem however if you have:

class Category
include Mongoid::Document
recursively_embeds_many
accepts_nested_attributes_for :child_categories

(addition of accepts_nested_attributes_for) then it still causes an infinite loop

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions