例外: Mongoid::Errors::TooManyNestedAttributeRecords

継承:
MongoidError
  • オブジェクト
すべて表示
定義:
lib/mongoid/errors/too_many_nessed_attribute_records.rb

Overview

このエラーは、指定された :limit を超えるセットのネストされたドキュメントを作成しようとすると発生します

例:

エラーを作成します。

TooManyNestedAttributeRecords.new('association', limit)

定数の概要

MongoidErrorから継承された定数

MongoidError::Base_KEY

インスタンス属性の概要

MongoidErrorから継承される属性

問題が発生した場合、解決が与えられたら次の状況が発生します。

インスタンス メソッドの概要を折りたたむ

MongoidErrorから継承されたメソッド

#compose_message

コンストラクターの詳細

#初期化(関連付け、制限) =ToManyNestedAttributeRecords

Tools の新しいインスタンスを返します。



13
14
15
16
17
18
19
20
# ファイル 'lib/mongoid/errors/too_many_nested_attribute_records.rb' は、 13行を

デフォルト 初期化(関連付け, limit)
  スーパー(
    compound_message(
      " tool_many_nested_attribute_records ",
      { 関連付け: 関連付け, limit: limit }
    )
  )
end