Class Mongoid::Errors::TooManyNestedAttributeRecords
In: lib/mongoid/errors/too_many_nested_attribute_records.rb
Parent: MongoidError

This error is raised when trying to create set nested records above the specified :limit

@example Create the error.

  TooManyNestedAttributeRecords.new('association', limit)

Methods

new  

Public Class methods

[Validate]