-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 6.0.0
-
Component/s: None
-
None
This has always worked, but In latest trunk, it is throwing a validation error:
field :flagged, type: Mongoid::Boolean, default: false
When I try to create an object, it says:
The following errors were found: Flagged By can't be blank
Any ideas?