File tree Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Original file line number Diff line number Diff line change 372
372
from the child side which association to go in."
373
373
resolution : " Set the values from the parent, or redefine the association
374
374
with only a single definition in the parent."
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."
379
375
mixed_relations :
380
376
message : " Referencing a(n) %{embedded} document from the %{root}
381
377
document via a non-embedded association is not allowed since the
Original file line number Diff line number Diff line change 37
37
require "mongoid/errors/invalid_storage_options"
38
38
require "mongoid/errors/invalid_storage_parent"
39
39
require "mongoid/errors/invalid_time"
40
- require "mongoid/errors/invalid_value"
41
40
require "mongoid/errors/inverse_not_found"
42
41
require "mongoid/errors/mixed_relations"
43
42
require "mongoid/errors/mixed_client_configuration"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments