MongoidError
This error is raised when metadata could not be found when defining nested attributes, or the name was incorrect.
Create the new metadata error.
@example Create the new metadata error.
NestedAttributesMetadataNotFound.new(klass, name)
@param [ Class ] klass The class of the document. @param [ Symbol, String ] name The name of the relation
@since 3.0.0
# File lib/mongoid/errors/nested_attributes_metadata_not_found.rb, line 17 def initialize(klass, name) super( compose_message( "nested_attributes_metadata_not_found", { klass: klass, name: name } ) ) end
Generated with the Darkfish Rdoc Generator 2.