File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 373
373
resolution : " Set the values from the parent, or redefine the association
374
374
with only a single definition in the parent."
375
375
invalid_value :
376
- message : " The value %{value} cannot be written to a field of type %{field_class}"
377
- summary : " The value %{value} could not be coerced to type %{field_class}"
378
- resolution : " Verify that the value to be set corresponds to the field definition"
376
+ message : " The value %{value} cannot be written to a field of type %{field_class}."
377
+ summary : " The value %{value} could not be coerced to type %{field_class}."
378
+ resolution : " Verify that the value to be set corresponds to the field definition,
379
+ or turn off the Mongoid.validate_attribute_types flag to have nil written."
379
380
mixed_relations :
380
381
message : " Referencing a(n) %{embedded} document from the %{root}
381
382
document via a non-embedded association is not allowed since the
You can’t perform that action at this time.
0 commit comments