Class Mongoid::MultiParameterAttributes::Errors::AttributeAssignmentError
In: lib/mongoid/multi_parameter_attributes.rb
Parent: Mongoid::Errors::MongoidError

Raised when an error occurred while doing a mass assignment to an attribute through the attributes= method. The exception has an attribute property that is the name of the offending attribute.

Methods

new  

Attributes

attribute  [R] 
exception  [R] 

Public Class methods

[Validate]